]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jc/qsort-s-alignment-fix'
authorJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:31 +0000 (09:42 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Feb 2022 17:42:31 +0000 (09:42 -0800)
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 access


Trivial merge