]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Properly calculate the amount of system memory
authorMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 07:28:39 +0000 (07:28 +0000)
committerMark Andrews <marka@isc.org>
Wed, 31 Jul 2024 07:28:39 +0000 (07:28 +0000)
commit6427d625ea5adea9a7130f6d74a9a12db9d58e8f
tree6c439773483fc44030ae991411743fb15059223a
parent0dcc93d87a8edb171006dbfc0dc2c6413c1a9232
parente8dbc5db929c40174780b95540e33cc228bb2391
fix: usr: Properly calculate the amount of system memory

On 32 bit machines isc_meminfo_totalphys could return an incorrect value.

Closes #4799

Merge branch '4799-cid-498034-overflowed-return-value-integer_overflow' into 'main'

Closes #4799

See merge request isc-projects/bind9!9132