]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0201-gettext-fallbacks.sh
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)
commit66775d210960f82ff0d4f69480df51bf44ea718b
tree994a0bd5ec8d6107ca290f56f5248882aa69e341
parent4bb003d539acc230fba2519a0430b5d388895131
parentb80741e5b9c6b47a6f802ffdb0bba87357b35a9f
Merge branch 'jc/qsort-s-alignment-fix'

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