home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / c / 11725 < prev    next >
Encoding:
Text File  |  1992-07-29  |  1.3 KB  |  30 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!mips!sdd.hp.com!caen!nic.umass.edu!amherst!amhux1.amherst.edu!twpierce
  3. From: twpierce@amhux1.amherst.edu (Tim Pierce)
  4. Subject: Re: Is it MY problem...or is it Borland's?
  5. Message-ID: <1992Jul29.211629.2834@amhux2.amherst.edu>
  6. Sender: usenet@amhux2.amherst.edu (USENET News System)
  7. Nntp-Posting-Host: amhux1.amherst.edu
  8. Organization: Amherst College, Amherst MA
  9. References: <1992Jul25.162844.18778@uwm.edu> <1992Jul27.092039.190@mble.philips.be>
  10. Date: Wed, 29 Jul 1992 21:16:29 GMT
  11. Lines: 17
  12.  
  13. In article <1992Jul27.092039.190@mble.philips.be> stern@mble.philips.be writes:
  14.  
  15. >This is a bug in your program:
  16. >
  17. >As the string containing the directory is local to function scrollbox,
  18. >it is located on the stack.
  19.  
  20. This isn't clear at all.  The code for scrollbox was not listed in his
  21. posting, so you can't be sure that the string wasn't malloced, and
  22. hence non-volatile across functions.  In fact, if scrollbox is
  23. Borland-supplied, and the string it returns is a local automatic, this
  24. is a SERIOUS Borland bug.
  25.  
  26. -- 
  27. ____ Tim Pierce                / "You mean there are TWO of you, Pierce?
  28. \  / twpierce@amherst.edu      /  God help us all."
  29.  \/ (BITnet: TWPIERCE@AMHERST) /   -- Major Charles Emerson Winchester III
  30.