chiark / gitweb /
[PATCH] fix klibc's broken strlcpy/strlcat
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sun, 27 Mar 2005 10:39:12 +0000 (12:39 +0200)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 06:54:59 +0000 (23:54 -0700)
commit8a4c0c32f4252efb0f0adbf5cdc0261d359cd568
treef2caa6a8e4ab8eb049172a23a6212346dab4b33e
parent6276fdd2ab9c0cbfd0fba3e0261a074e81932156
[PATCH] fix klibc's broken strlcpy/strlcat

udevinfo segfaults cause klibc's strlcpy writes behind the specified
size of the destination string. strlcat truncates the destination
string which is also not what you expect from a concatenation function.
klibc/klibc/strlcat.c
klibc/klibc/strlcpy.c
udev_config.c
udev_db.c
udev_libc_wrapper.c