home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / mail / mush / 392 next >
Encoding:
Text File  |  1992-11-08  |  746 b   |  17 lines

  1. Newsgroups: comp.mail.mush
  2. Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!kronos.arc.nasa.gov!iscnvx!netcomsv!netcom.com!bitbug
  3. From: bitbug@netcom.com (James Buster)
  4. Subject: mush passes string constants when it shouldn't
  5. Message-ID: <1992Nov6.222243.11988@netcom.com>
  6. Organization: Lynx Real-Time Systems, Inc.
  7. Date: Fri, 6 Nov 1992 22:22:43 GMT
  8. Lines: 7
  9.  
  10. Mush passes string constants to do_pager(misc.c), when the comment above
  11. do_pager() says specifically that you shouldn't do this. If mush is then
  12. compiled with gcc, it will dump core because gcc puts string constants in
  13. the text segment and mush attempts to write into them.
  14. -- 
  15.                 James Buster
  16.                  bitbug@netcom.com
  17.