On Sat, 16 Sep 2017 12:16:54 -0500
Andy Goth <andrew.m.g...@gmail.com> wrote:

> The value of *ip will be 2. Instead try "p *ip@4" which will print four
> bytes, which will be 2, 0, 1, and 187.

(gdb) p *ip@4
$5 = "\002\000\001\273"
(gdb) continue
Sync done, sent: 1929  received: 0  ip: 2.0.1.187

> 
> The issue appears to be somewhere within BIO_ptr_ctrl().
> 
> On Sat, Sep 16, 2017 at 12:10 PM, Andy Bradford <amb-fos...@bradfords.org>
> wrote:
> 
> > Thus said Andy Bradford on Sat, 16 Sep 2017 11:09:18 -0600:
> >
> > > It might be useful here to also:
> > >
> > > print *p
> >
> > Of course, I meant *ip
> >
> > Andy
> > --
> > TAI64 timestamp: 4000000059bd5b14
> >
> >
> > _______________________________________________
> > fossil-users mailing list
> > fossil-users@lists.fossil-scm.org
> > http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
> >
> 
> 
> 
> -- 
> Andy Goth | <andrew.m.goth/at/gmail/dot/com>


-- 
http://fresh.flatassembler.net
http://asm32.info
John Found <johnfo...@asm32.info>
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to