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-03-09 21:12:20 +00:00
2013-05-09 14:23:34 -06:00
2013-06-02 15:49:52 -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-04-17 07:40:48 -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-05-09 14:23:34 -06:00
2013-01-28 21:55:16 +00:00
2013-05-01 09:21:13 -06:00
2013-10-01 12:10:09 -06:00
2013-05-09 14:23:34 -06:00
2013-05-09 14:23:34 -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-01-28 21:55:16 +00:00
2013-01-29 17:42:58 +00:00
2013-09-28 16:50:07 -06:00
2013-06-02 16:49:41 -06:00
2013-05-09 14:23:34 -06:00
2013-05-09 14:23:34 -06:00
2013-06-02 16:49:41 -06:00