Menu

#565 wcstof() segfaults if endPtr is NULL

v1.0 (example)
closed-fixed
niXman
None
5
2016-10-09
2016-10-09
No

Example:

include <stdio.h></stdio.h>

include <windows.h></windows.h>

int main() {
float f = wcstof(L"2.34", nullptr);
printf("%.2f\n", f);
return 0;
}

Discussion

  • niXman

    niXman - 2016-10-09
    • assigned_to: niXman
     
  • niXman

    niXman - 2016-10-09
    • status: open --> closed-fixed
     

Log in to post a comment.

MongoDB Logo MongoDB