Subject: changed files: 'src/usr.bin/strip strip.c'
To: None <source-changes>
From: Charles Hannum <mycroft>
List: source-changes
Date: 11/18/1993 13:09:20
Update of /b/source/CVS/src/usr.bin/strip
In directory sun-lamp.cs.berkeley.edu:/d/users/mycroft/src/usr.bin/strip

Modified Files:
	strip.c 
Log Message:
From: Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>
2.  strip(1) shouldn't abort when processing a file and it detects
    an error (rationale: nm and size don't do this either).
3.  strip(1) doesn't free the memory it has allocated.
4.  added a very simple minded check so strip(1) doesn't dump core on
    bad files.


------------------------------------------------------------------------------