bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/129] 'strip' deletes suid bit on files hard linked twice


From: nickc at redhat dot com
Subject: [Bug binutils/129] 'strip' deletes suid bit on files hard linked twice
Date: 5 May 2004 13:53:20 -0000

------- Additional Comments From nickc at redhat dot com  2004-05-05 13:53 
-------
Hi,

  I ran a similar test using the current binutils sources (which are basically
the same as the about-to-be-release 2.15 version) and this bug had disappeared:

   mkdir tests
   cd tests
   cp `which cat` .
   chmod 3777 cat
   cp -l cat cat.saved
   strip cat
   ls -l cat cat.saved
-rwxrwxrwt    2 nickc    nickc       14492 May  5 14:46 cat*
-rwxrwxrwt    2 nickc    nickc       14492 May  5 14:46 cat.saved*

So I think that this bug is an old one that hasdnow been fixed.

Cheers
  Nick


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME


http://sources.redhat.com/bugzilla/show_bug.cgi?id=129

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]