freebsd-dev/usr.bin/bsdiff
Ed Maste 20bd59416d bspatch: add integer overflow checks
Introduce a new add_off_t static function that exits with an error
message if there's an overflow, otherwise returns their sum.  Use this
when adding values obtained from the input patch.

Reviewed by:	delphij, allanjude (earlier)
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D7897
2019-09-26 13:27:25 +00:00
..
bsdiff various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
bspatch bspatch: add integer overflow checks 2019-09-26 13:27:25 +00:00
Makefile
Makefile.inc