- Fix CVE-2025-12818: libpq undersizes allocations, via integer wraparound
Integer wraparound in PostgreSQL libpq client library functions allows
an application input provider or network peer to cause libpq to undersize
an allocation and write out-of-bounds by hundreds of megabytes, resulting
in segmentation fault.
Resolves: RHEL-131269