libmin_qsort bug
Opened this issue · 0 comments
farukyld commented
sir it seems there is a bug in the libmin_qsort
. I isolated the file libmin_qsort.c
with a test code main.c
. used standard libraries to simplify the job.
compiled with gcc and run on linux host with an intell processor. compared with the standard library qsort
, I got segfault error.
if you wish, I can provide more detailed description of my test environment.