home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.mail.mush
- 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
- From: bitbug@netcom.com (James Buster)
- Subject: mush passes string constants when it shouldn't
- Message-ID: <1992Nov6.222243.11988@netcom.com>
- Organization: Lynx Real-Time Systems, Inc.
- Date: Fri, 6 Nov 1992 22:22:43 GMT
- Lines: 7
-
- Mush passes string constants to do_pager(misc.c), when the comment above
- do_pager() says specifically that you shouldn't do this. If mush is then
- compiled with gcc, it will dump core because gcc puts string constants in
- the text segment and mush attempts to write into them.
- --
- James Buster
- bitbug@netcom.com
-