From 0a32248ba8a917c2f46a03c89b3930ada23646b3 Mon Sep 17 00:00:00 2001 From: shivers Date: Thu, 10 Apr 1997 01:07:47 +0000 Subject: [PATCH] Added some of Alan's bug reports --- Error-log | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Error-log b/Error-log index dc0d801..88ad7c1 100644 --- a/Error-log +++ b/Error-log @@ -132,3 +132,13 @@ scsh.scm Reported by euler@lavielle.COM (Lutz Euler) 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)