Issues
- 0
- 1
qsort has poor performance for some inputs
#34 opened by sheumann - 2
mktime does not convert out-of-range parameters in struct tm back to their defined ranges.
#14 opened by sheumann - 3
gmtime returns the same value as localtime instead of NULL when UTC is not available.
#15 opened by sheumann - 2
mktime does not return -1 if a date cannot be represented in a time_t (from 2037 on).
#16 opened by sheumann - 1
- 2
- 1
fseek(input_stream,0,SEEK_CUR) will fail and make the stream essentially useless
#6 opened by sheumann - 1
qsort doesn't gracefully handle a 0-sized count
#33 opened by ksherlock - 0
atoi/strtol returns incorrect value on fail
#32 opened by vavruska - 1
mktime and localtime set the tm_isdst field to the current value of the Daylight Savings BRAM field even if they are used on values other than the current date.
#18 opened by sheumann - 2
- 0
scanf stack cleanup error with sets
#26 opened by ksherlock - 1
sane.h / SANEStartUp
#31 opened by ksherlock - 2
va_end() crashes the system
#30 opened by sduensin - 1
strtol() does not return LONG_MIN/LONG_MAX if the value to be converted is outside the range of a long int.
#10 opened by sheumann - 1
system(NULL) should detect the presence of a command interpreter; it tries to run a command, currently.
#25 opened by sheumann - 1
rewind() and setbuf() are implemented as macros, but the functions they call are never declared.
#24 opened by sheumann - 1
- 1
tm_yday of struct tm is treated as the day of the year, not as the number of days since Jan 1st.
#13 opened by sheumann - 1
The function iscntrl() is misnamed isctrl().
#22 opened by sheumann - 1
sys_nerr has a value of 6, it should be 12.
#11 opened by sheumann - 3