This is the mail archive of the gdb@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

another bug in remote.c



Hi, 

I got another bug. This time I do not know how to fix it. 
It is possible to get into following sequence of of events:



gdb:       $m4000ab70,c8#22        -- asks for 200 bytes of memory
stub:      $<400 chars>#XX         -- stub responds correctly, packet 
                                      length 404 bytes
gdb:       Remote packet too long  -- gdb unhappy


I suspect that PBUFSIZ should not be used to determine
max_buf_size in remote_read_bytes(). It seems like there are
more places where similar problem may occur.


Thanks,

Aleksey



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]