home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / gnu / gdb / bug / 1321 < prev    next >
Encoding:
Text File  |  1992-12-14  |  645 b   |  20 lines

  1. Newsgroups: gnu.gdb.bug
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!tera.com!rrh
  3. From: rrh@tera.com (Robert R. Henry)
  4. Subject: printf_filtered %s in gdb4.7 remote.c
  5. Message-ID: <9212150138.AA21246@tera.com>
  6. Sender: gnulists@ai.mit.edu
  7. Organization: GNUs Not Usenet
  8. Distribution: gnu
  9. Date: Tue, 15 Dec 1992 01:38:11 GMT
  10. Approved: bug-gdb@prep.ai.mit.edu
  11. Lines: 7
  12.  
  13. There are 2 instances in gdb4.7 remote.c where
  14. printf_filtered("...%s") is called, where the corresponding argument
  15. is a buffer that may have >256 characters in it, thus badly
  16. breaking printf_filtered.
  17.  
  18. These occurances needs to be converted to fputs_filtered.
  19.  
  20.