Browse Source
Fix a hand-rolled alloca() imitation that may have violated alignment requirement of data being sorted in compatibility implementation of qsort_s() and stable qsort(). * jc/qsort-s-alignment-fix: stable-qsort: avoid using potentially unaligned access compat/qsort_s.c: avoid using potentially unaligned accessmaint
![gitster@pobox.com](/assets/img/avatar_default.png)
2 changed files with 9 additions and 21 deletions
Loading…
Reference in new issue