Subject: Re: segmentation fault on fclose?
To: None <current-users@netbsd.org>
From: der Mouse <mouse@Collatz.McRCIM.McGill.EDU>
List: current-users
Date: 09/13/1994 07:16:00
>> fclose(FILE *fp) { if (! fp)
>> { write(2,"fclose(NULL) called\r\n",21);
>> kill(getpid(),SIGABRT);
>> } .... }
> I assume that after this, we should all fix our c libraries to be
> more friendly such as: [...]
Yes; didn't you read the rest of my note (or was it another message, I
forget)? I specifically mentioned that carrying this point of view to
its logical extreme would require silliness like this scattered
throughout the library.
der Mouse
mouse@collatz.mcrcim.mcgill.edu