[PATCH v3 0/9] winedbg(gdbproxy): don't misbehave on module names w/ special characters; modernise

Jinoh Kang jinoh.kang.kr at gmail.com
Tue Nov 16 10:49:10 CST 2021


Changelog:

v1 -> v2: address review comments so far
v2 -> v3:
- Change cover letter subject
- Capitalise subject
- Split qXfer cache patch into two

Jinoh Kang (9):
  winedbg: Crash when allocation fails in packet_realloc().
  winedbg: Free buffer and return NULL if size==0 in packet_realloc().
  winedbg: Generalise packet_realloc(), rename to buffer_realloc().
  winedbg: Use unsigned int for offset/length in GDB qXfer handler.
  winedbg: Escape special characters in GDB packet reply.
  winedbg: Buffer and escape output of GDB qXfer commands.
  winedbg: Define table for GDB qXfer command handlers.
  winedbg: Cache GDB qXfer command result for chunked fetching.
  winedbg: Implement GDB qXfer object exec-file.

 programs/winedbg/gdbproxy.c | 565 ++++++++++++++++++++++++++++--------
 1 file changed, 452 insertions(+), 113 deletions(-)

-- 
2.31.1




More information about the wine-devel mailing list