Skip to content
  1. Oct 21, 2013
    • Gregory Nutt's avatar
      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
  2. Oct 20, 2013
  3. Oct 19, 2013
  4. Oct 18, 2013
  5. Oct 17, 2013
  6. Oct 16, 2013