Messages in this thread |  | | Date | Thu, 18 Oct 2001 02:12:04 +0200 | From | johan verrept <> | Subject | [PATCH] (Minor) Bugfixes to vsprintf.c, vsscanf(). |
| |
hello,
minor bugfix for vsprintf.c, vsscanf did not discard whitespace in input: - when encoutering whitespace in fmt not followed by '%' - in conversion where result is ignored with '*'
There is another bugfix in this, don't know from who. (picked it up with uml) (vsscanf used to skip two characters in the fmt for a single char in the input if not in conversion.)
Patch against 2.4.12, I am afraid.
enjoy,
J. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |