Fix overflow in bsearch_arg() with more than INT_MAX elements

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 55327256a049e3926d4d1cda39a7bb5886cbe03c
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-10-28T12:08:01Z
Releases: 14.14
Fix overflow in bsearch_arg() with more than INT_MAX elements

This was introduced in commit bfa2cee784, which replaced the old
bsearch_cmp() function we had in extended_stats.c with the current
implementation. The original discussion or commit message of
bfa2cee784 didn't mention where the new implementation came from, but
based on some googling, I'm guessing *BSD or libiberty, all of which
share this same code, with or without this fix.

Author: Ranier Vilela
Reviewed-by: Nathan Bossart
Backpatch-through: 14
Discussion: https://www.postgresql.org/message-id/CAEudQAp34o_8u6sGSVraLwuMv9F7T9hyHpePXHmRaxR2Aboi%2Bw%40mail.gmail.com

Files

PathChange+/−
src/port/bsearch_arg.c modified +2 −2

Discussion