]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.18] fix: dev: CID 498025 and CID 498031: Overflowed constant INTEGER_OVERFLOW
authorMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 01:38:09 +0000 (01:38 +0000)
committerMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 01:38:09 +0000 (01:38 +0000)
commitbbdd888b8ecfc17701d2f6d815063796e54c291f
tree165bf2fac0b3789325ee0252924393212d87ad8f
parent89724dcca35aea2a5cec67d91fe6f2be087de916
parent0dbda6661dcc45d203906b4d960b0977bcec4051
[9.18] fix: dev: CID 498025 and CID 498031: Overflowed constant INTEGER_OVERFLOW

Add INSIST to fail if the multiplication would cause the variables to overflow.

Closes #4798

Backport of MR !9131

Merge branch 'backport-4798-cid-498025-and-cid-498031-overflowed-constant-integer_overflow-9.18' into 'bind-9.18'

See merge request isc-projects/bind9!9230