| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 338.1 | Hint: NUL terminate the strings stupid... | NABETH::alan | Dr. File System's Home for Wayward Inodes. | Mon May 05 1997 18:35 | 6 | 
|  | 	Repeat after me.  All the world does not zero fill their stack.
	Thou shalt NUL terminate strings before using them or ensure
	that library routine do it for you.
	Since the API has few places to change, it seems easiest to
	do it there...
 | 
| 338.2 | Not an API problem. | COOKIE::MRU |  | Mon May 05 1997 18:43 | 3 | 
|  |     Hurm...  We do NUL terminate the strings.  Must be somewhere else.
    Probably an argument problem in home.c of the GUI source.  This
    suggests that find and show should also be checked.
 | 
| 338.3 | Close. | NABETH::alan | Dr. File System's Home for Wayward Inodes. | Thu May 08 1997 16:09 | 7 | 
|  | 	The author of that particular bit of code failed to include
	all the message arguments.  Had he ever actually looked at
	the particular failure�to see it calling drives by robot
	name and the error message text as the robot name, this
	problem probably wouldn't not have occured.
	This has been fixed in T1.2-7.
 |