CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/22 08:53:00
Modified files:
gnu/usr.bin/binutils-2.17/binutils: addr2line.c objdump.c
readelf.c strings.c
Log message:
Add pledge(2) to some binutils that handle untrusted data. Most can do with
"stdio rpath", while objdump(1) also needs "tmppath" for objdump -i.
ok deraadt@, comments sthen@ kettenis@
