]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r342575, r342580: ar: detect and error out on 32-bit symbol table overflow
authoremaste <emaste@FreeBSD.org>
Fri, 11 Jan 2019 19:53:45 +0000 (19:53 +0000)
committeremaste <emaste@FreeBSD.org>
Fri, 11 Jan 2019 19:53:45 +0000 (19:53 +0000)
commit81b0a88ebbae488638a994c3fe7167fd00b656d5
tree63e4bd7c65e97f6f23615b0d151eca65c1ce48f8
parent3995932f53ef05bd7b6a172a1519c1a444d90b94
MFC r342575, r342580: ar: detect and error out on 32-bit symbol table overflow

BSD ar currently does not support the /SYM64/ 64-bit symbol table, and
previously truncated to 32-bits, silently producing corrupted archives
larger than 4GB.

PR: 234454
usr.bin/ar/write.c