]> git.ipfire.org Git - thirdparty/valgrind.git/commit
xb monitor command: fix adressability for first byte of a line
authorPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 28 Sep 2019 20:18:23 +0000 (22:18 +0200)
committerPhilippe Waroquiers <philippe.waroquiers@skynet.be>
Sat, 28 Sep 2019 20:18:23 +0000 (22:18 +0200)
commitfe7ec1eca269faeca0fa3b025ea02b72660477b7
tree80475d312952d34d8ec3cc85111ea067ddb87ce4
parent5759d1debe87e55a2e4ab0154d933e41a565bc35
xb monitor command: fix adressability for first byte of a line

The addressability of the first byte of a new line was used for the first
byte of the previous line.

Fix by first outputting the line, then getting the addressability of
the first byte of the new line.
memcheck/mc_main.c