[exim-dev] [Bug 1708] Segfault on lsearch lookup

Top Page
Delete this message
Reply to this message
Author: admin
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1708] Segfault on lsearch lookup
https://bugs.exim.org/show_bug.cgi?id=1708

--- Comment #9 from Sylvain LÉVÊQUE <sylvain.leveque+bugreport@???> ---
> 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 "hans@???"
(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.