(gdb) p *_r
$1 = {domain = 0x746d616e3a706973, aor = {s = 0x3931403130747365 <Address 0x3931403130747365 out of bounds>, len = 909192754}, aorhash = 893007672, contacts = 0x39383d7361696c61, slot = 0x3133312e3130312e, prev = 0x3336327e3032312e, next = 0x317e38}
(gdb) p *_r->slot
Cannot access memory at address 0x3133312e3130312e
(gdb) p *_r->slot->d
Cannot access memory at address 0x3133312e31303146
(gdb) p *_r->slot->d->contacts
Cannot access memory at address 0x3133312e31303146
—
Reply to this email directly or view it on GitHub.