[PATCH 1/2] ntdll: Refactored qsort into qsort_s, added qsort to qsort_s forwarding. (try 5)

Vincas Miliūnas vincas.miliunas at gmail.com
Fri Nov 12 09:47:41 CST 2010


qsort_s is now implemented the same way as is qsort. That includes lack of parameter invalidation, which my previous implementation had.

---
 dlls/msvcr100/msvcr100.spec |    2 +-
 dlls/msvcr80/msvcr80.spec   |    2 +-
 dlls/msvcr90/msvcr90.spec   |    2 +-
 dlls/msvcrt/msvcrt.spec     |    2 +-
 dlls/ntdll/misc.c           |   36 +++++++++++++++++++++++++++---------
 dlls/ntdll/ntdll.spec       |    1 +
 6 files changed, 32 insertions(+), 13 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-ntdll-Refactored-qsort-into-qsort_s-added-qsort-to-q.patch
Type: text/x-patch
Size: 5605 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20101112/8b3f2e96/attachment-0001.bin>


More information about the wine-patches mailing list