commit | 53ee5f551e5743516c90a662425276cae4cf0aeb | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Fri Apr 12 00:33:22 2024 -0700 |
committer | Richard Henderson <richard.henderson@linaro.org> | Wed Jun 05 12:13:42 2024 -0700 |
tree | 4544265752101f0a14190e9bab455fae03b2a63b | |
parent | f1572ab94738bd5787b7badcd4bd93a3657f0680 [diff] |
util/hexdump: Use a GString for qemu_hexdump_line Allocate a new, or append to an existing GString instead of using a fixed sized buffer. Require the caller to determine the length of the line -- do not bound len here. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20240412073346.458116-4-richard.henderson@linaro.org>