Re: Possible integer overflow in bringetbitmap()
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: James Hunter <james.hunter.pg@gmail.com>
Cc: Evgeniy Gorbanyov <gorbanyoves@basealt.ru>, pgsql-hackers@lists.postgresql.org
Date: 2025-01-14T06:28:17Z
Lists: pgsql-hackers
On Fri, Jan 10, 2025 at 11:22:37AM -0800, James Hunter wrote: > Attached the proposed one-line fix. Thanks, applied and backpatched down to v13. While on it, I've checked all the other amgetbitmap callbacks and they all rely on an int64 for the result they return. So these parts are OK. -- Michael
Commits
-
Fix potential integer overflow in bringetbitmap()
- 332023e2d032 13.19 landed
- e35ff6520569 14.16 landed
- 9e9f30139eb8 15.11 landed
- bfda7d8dd6b3 16.7 landed
- e027ee9902fa 17.3 landed
- 720e529840d5 18.0 landed