home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0092 < prev    next >
Encoding:
Text File  |  1982-03-25  |  340 b   |  11 lines

  1. Acornell.2652
  2. net.bugs.v7
  3. utcsrgv!utzoo!decvax!duke!harpo!vax135!cornell!pavel
  4. Wed Mar 24 12:32:37 1982
  5. uuname buffer too small
  6. The buffers 's' and 'prev' are too small in uuname.c, only 128 characters.
  7. I recommend changing them to BUFSIZ.  This can easily be done with a global
  8. change of 128 to BUFSIZ.
  9.     Pavel Curtis
  10.     decvax!cornell!pavel
  11.