Gregory Nutt
545cef3223
scanf() fixes from kfrolov: 1) sscanf() function hangs in the following example: sscanf(2, %u,%u,%u,%u, ...), 2) sscanf() returns incorrect number of parsed numbers if some arguments can't be parsed: sscanf(=2, %u,%u,%u,%u,...)==1 instead of 0, and 3) using of char* instead of const char* in vsscanf function leads to warnings from GCC.
2013-10-21 10:41:15 -06:00
..
2013-09-28 16:50:07 -06:00
2013-08-27 09:40:19 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-09-28 16:50:07 -06:00
2013-10-01 12:10:09 -06:00
scanf() fixes from kfrolov: 1) sscanf() function hangs in the following example: sscanf(2, %u,%u,%u,%u, ...), 2) sscanf() returns incorrect number of parsed numbers if some arguments can't be parsed: sscanf(=2, %u,%u,%u,%u,...)==1 instead of 0, and 3) using of char* instead of const char* in vsscanf function leads to warnings from GCC.
2013-10-21 10:41:15 -06:00
2013-09-28 16:50:07 -06:00
2013-06-02 16:49:41 -06:00
2013-06-02 16:49:41 -06:00