Re: [patch] Fix runttys segfault

2001-11-21 Thread Ryan M. Golbeck
Roland McGrath <[EMAIL PROTECTED]> writes: > Thanks! I also found some other wrong-sized allocations and fixed those, > and added checks for malloc failure in the places it was missing. > Please test the new version of runttys. Updating my checkout now. I'll let you know if it causes any probl

Re: [patch] Fix runttys segfault

2001-11-21 Thread Roland McGrath
Thanks! I also found some other wrong-sized allocations and fixed those, and added checks for malloc failure in the places it was missing. Please test the new version of runttys. ___ Bug-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/l

[patch] Fix runttys segfault

2001-11-21 Thread Ryan M. Golbeck
Here's the fix for the runttys segfaulting. It was an off by one error in allocating space to hold an argv vector during construction of the string for the terminal used. runttys.c: 2001-11-21 Ryan M Golbeck <[EMAIL PROTECTED]> * runttys.c (setup_terminal): Fixed off by one error interna