Skip to content
  • Gregory Nutt's avatar
    545cef32
    scanf() fixes from kfrolov: 1) sscanf() function hangs in the following... · 545cef32
    Gregory Nutt authored
    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.
    545cef32
    scanf() fixes from kfrolov: 1) sscanf() function hangs in the following...
    Gregory Nutt authored
    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.
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading