|
From: Jeremy F. <je...@go...> - 2003-02-17 06:52:36
|
On Fri, 2003-02-14 at 07:17, Nicholas Nethercote wrote: > On 10 Feb 2003, Jeremy Fitzhardinge wrote: > > > Some of your changes in errextra handling introduced a bug in memcheck > > and addrcheck. 86-mc-errextra > > (http://www.goop.org/~jeremy/valgrind/86-mc-errextra.patch) fixes the > > problem for me. > > Another question about this: in your patch, describe_addr() and > mc_describe_addr() have 3 args, the 1st being a ThreadState*... my CVS > copy doesn't have this arg. Is that something you added to your local > copy? Yup. Its from the symbolic address description patch, and shouldn't have any effect in this case. J |