home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: gnu.gdb.bug
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tera.com!rrh
- From: rrh@tera.com (Robert R. Henry)
- Subject: printf_filtered %s in gdb4.7 remote.c
- Message-ID: <9212150138.AA21246@tera.com>
- Sender: gnulists@ai.mit.edu
- Organization: GNUs Not Usenet
- Distribution: gnu
- Date: Tue, 15 Dec 1992 01:38:11 GMT
- Approved: bug-gdb@prep.ai.mit.edu
- Lines: 7
-
- There are 2 instances in gdb4.7 remote.c where
- printf_filtered("...%s") is called, where the corresponding argument
- is a buffer that may have >256 characters in it, thus badly
- breaking printf_filtered.
-
- These occurances needs to be converted to fputs_filtered.
-
-