reactos/sdk/lib/crt/stdlib
Pierre Schweitzer 2dfe5e3f46
[CRT] Reimplement qsort() using FreeBSD implementation.
Our implementation had a bug that could be triggered while
building our USBD library on ReactOS: the compare function
could be called with a NULL pointer instead of a valid value.

With this bug fixed (and the cmd hack in CORE-14648), ReactOS
can totally selfhost :-)! I was able to build LiveCD and BootCD
without any trouble, crash, deadlock or whatever.
(Next step: having a buildbot slave hosted on ReactOS ;-)).

Enjoy: https://twitter.com/HeisSpiter/status/1002880397103988737

CORE-14680
2018-06-02 13:56:42 +02:00
..
_exit.c
_set_abort_behavior.c
abort.c
atexit.c
atold.c
doserrmap.h
ecvt.c
errno.c
fcvt.c
fcvtbuf.c
fullpath.c
gcvt.c
getenv.c
makepath.c
makepath_s.c
malloc.c
mbstowcs.c
mbtowc.c
obsol.c
putenv.c
qsort.c [CRT] Reimplement qsort() using FreeBSD implementation. 2018-06-02 13:56:42 +02:00
rot.c
senv.c
swab.c
wfulpath.c
wmakpath.c
wmakpath_s.c
wputenv.c
wsenv.c