home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Bug_Fixes / Net.v7bugs / 0075 < prev    next >
Encoding:
Text File  |  1982-02-17  |  409 b   |  14 lines

  1. Autzoo.1397
  2. net.bugs.v7
  3. utcsrgv!utzoo!henry
  4. Wed Feb 17 14:59:56 1982
  5. ld vs huge a.outs
  6. ld does not check properly for output I or D bigger than 64K.  If you
  7. load together three files, each roughly this:
  8.  
  9.     char foo[30000] = {0};
  10.  
  11. ld will do it without complaining and the a.out will be the appropriate
  12. size, but of course the size numbers in the header will have overflowed
  13. and the result won't be too useful.
  14.