chiark / gitweb /
[PATCH] udev - safer sprintf() use
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>
Sat, 28 Feb 2004 09:59:02 +0000 (01:59 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:34:28 +0000 (21:34 -0700)
commitc58e36c092ad5acc84d35e455ecc74096b25ae66
tree6030871e62499303759ecf4660fc26d9b3683004
parent7eb136adb8fe265050b2a3e44b216e747163743f
[PATCH] udev - safer sprintf() use

Here is for now my last patch to the string handling for a rather
theorethical case, where the node is very very very long. :)

We have accordant to strfieldcat(to, from) now a strintcat(to, i) macro,
which appends the ascii representation of a integer to a string in a
safe way.
namedev.c
udev-add.c
udev-remove.c
udev.h