https://bugs.exim.org/show_bug.cgi?id=1708
--- Comment #9 from Sylvain LÃVÃQUE <[email protected]> ---
> OK, so following the data chain - at what address was that "data" value
> stored during the first lookup, and from what address was it retrieved from
> during the second one?
(gdb) p data
$1 = (uschar *) 0xb731fae0 "[email protected]"
(gdb) p &data
$2 = (uschar **) 0xbe966d54
(gdb) p &(e->ptr)
$3 = (void **) 0xb731fb11
(gdb) p e->ptr
$4 = (void *) 0xb731fa
--
Sylvain
--
You are receiving this mail because:
You are on the CC list for the bug.
--
## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim
details at http://www.exim.org/ ##