boringssl/crypto/stack
David Benjamin 14c611cf91 Don't pass NULL,0 to qsort.
qsort shares the same C language bug as mem*. Two of our calls may see
zero-length lists. This trips UBSan.

Change-Id: Id292dd277129881001eb57b1b2db78438cf4642e
Reviewed-on: https://boringssl-review.googlesource.com/c/34447
Reviewed-by: Adam Langley <agl@google.com>
2019-01-22 23:28:38 +00:00
..
stack_test.cc Fix stack_test.cc in the prefixed build. 2018-11-27 21:35:56 +00:00
stack.c Don't pass NULL,0 to qsort. 2019-01-22 23:28:38 +00:00