Welcome Kuan-Wei Chiu as #curl commit author 1327: github.com/curl/curl/pull/1577…
http_aws_sigv4: Fix invalid compare function handling zero-length pairs by visitorckw · Pull Request #15778 · curl/curl
The compare_func() can violate the antisymmetric property required by qsort. Specifically, when both aa->len == 0 and bb->len == 0, the function returns conflicting results (-1 for compare_fu...GitHub