2 Commits
Author SHA1 Message Date
Darren Carreras 9782370c3f Address printbuf review comments 2026-08-09 20:01:12 -04:00
Darren Carreras 62bb838c57 printbuf: preserve self-append sources across growth
When the appended data points into the printbuf itself, growing the buffer may invalidate the source pointer before it is copied. Preserve the source offset across realloc and use memmove for internal overlap.
2026-08-01 14:12:56 -04:00