Re: BUG #18585: Date/time conversion functions are not protected against integer overflow
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Joseph Koshakow <koshy44@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, exclusion@gmail.com, pgsql-bugs@lists.postgresql.org
Date: 2024-12-09T20:00:45Z
Lists: pgsql-bugs
For future reference, all of the above reports except for case 7 should be fixed by commit 0a27c3d. -- nathan
Commits
-
Fix various overflow hazards in date and timestamp functions.
- 0a27c3d0f733 18.0 landed