Added some of Alan's bug reports

This commit is contained in:
shivers 1997-04-10 01:07:47 +00:00
parent 0eb62ab5c5
commit 0a32248ba8
1 changed files with 10 additions and 0 deletions

View File

@ -132,3 +132,13 @@ scsh.scm
Reported by euler@lavielle.COM (Lutz Euler) 2/24/97. Reported by euler@lavielle.COM (Lutz Euler) 2/24/97.
Fixed by Shivers 2/24/97. Fixed by Shivers 2/24/97.
Alan Bawden has reported a lot of bugs 4/97:
Ignoring SIGPIPE is fine for scsh, but screws up sleazy C programs
exec'd from scsh. Scsh now runs with SIGPIPE's handler set to a no-op
C fun.
user-info C code was returning garbage strings when there was an error,
crashing the system.
set-file-group had bugs (uid/gid args were transposed in the syscall)