Re: [PATCH] string-list: make compare function compatible with qsort(3)
From: Junio C Hamano <hidden> Date: 2016-12-21 20:47:17
Junio C Hamano [off-list ref] writes:
I do agree that non-reentrancy is an issue that is worth solving,
though.
I sounded overly negative, but I do not think of any way other than
this patch to solve the reentrancy issue without using qsort_s().
Between the two, my preference is still the latter, but I could be
persuaded, I would guess.