CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/14 21:10:33
Modified files:
gnu/usr.bin/binutils-2.17/binutils: ar.c objcopy.c
Log message:
In most cases binutils strips off setuid/setgid bits when creating copies
of files. In two cases however they were not being masked. These are build
tools -- therefore they should not encourage further propogation of such
unsafe bits.
ok guenther
