[1219] in SIPB bug reports
decmips 6.4A: rolo
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Thu Aug 30 23:30:18 1990
Date: Thu, 30 Aug 90 23:29:39 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: lwvanels@ATHENA.MIT.EDU
Cc: bug-sipb@ATHENA.MIT.EDU
In-Reply-To: lwvanels@ATHENA.MIT.EDU's message of Fri, 15 Jun 90 11:03:20 EDT <9006151503.AA22643@REPOMAN.MIT.EDU>
From: lwvanels@ATHENA.MIT.EDU
Date: Fri, 15 Jun 90 11:03:20 EDT
System name: REPOMAN.MIT.EDU
Type and version: KN01 6.4A
Display type: PM-MONO
What were you trying to do?
Use the "rolo" program to add a user to the rolodex database
What's wrong:
A segmentation violation occurs if you try to add a entry with one
or more of the fields blank.
What should have happened:
It should correctly add the entry.
The problem is that it is passing in a null pointer to the function
all_whitespace in the file toolsdir/ctools.c; while this works on other
architectures, this patch is needed for the decmips:
504a505
> if (astring == NULL) return(T);
Fixed in the read-write copy of the sipb locker.
jik