]> git.eshelyaron.com Git - emacs.git/commit
Remove ineffective overflow check
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 12 Jul 2025 20:56:55 +0000 (13:56 -0700)
committerEshel Yaron <me@eshelyaron.com>
Thu, 24 Jul 2025 08:48:43 +0000 (10:48 +0200)
commit080cf96717b719d89c6675ec479a0139c658b8e8
tree7c54dcde87326ead724d62dd686101b09233dd82
parent0b9ee42b57c715bf92e6568653c2336453992076
Remove ineffective overflow check

* src/fileio.c (Finsert_file_contents): Remove check for overflow.
The overflow is not possible, and the check was incorrectly
written and would not have caught it anyway.

(cherry picked from commit e6c684797361aec99b1b9eef139bab92679355ec)
src/fileio.c