]> git.ipfire.org Git - thirdparty/bind9.git/commit
[9.20] fix: dev: CID 498025 and CID 498031: Overflowed constant INTEGER_OVERFLOW
authorMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 01:09:34 +0000 (01:09 +0000)
committerMark Andrews <marka@isc.org>
Mon, 5 Aug 2024 01:09:34 +0000 (01:09 +0000)
commitb6298b394e9eaefcfa2458cd56c345d778e99b8e
tree66c541793c312ff8d094eef5410ec435c396fa74
parent7939166564b007a98b9fce3848990c1e0bd4b5d8
parent25466b18a26d64b5be67e43b323e9f8d45d3a1a7
[9.20] 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.20' into 'bind-9.20'

See merge request isc-projects/bind9!9229