#566070 bip: segfault after accepting a new certificate

Package:
bip
Source:
bip
Description:
multiuser irc proxy with conversation replay and more
Submitter:
Marc Dequènes
Date:
2010-01-20 22:33:04 UTC
Severity:
important
#566070#5
Date:
2010-01-20 22:22:54 UTC
From:
To:
Coin,

When using bip in ssl_check_mode "basic", and after using the command
"/quote bip trust ok" to accept new certificates, the program crashes.
The certificate is correctly added to the store file, and segfaults
right afterwards.

Here is the backtrace:
Program received signal SIGSEGV, Segmentation fault.
0x000000000040c5dc in write_line ()
(gdb) bt
#0  0x000000000040c5dc in write_line ()
#1  0x0000000000413734 in irc_line_write ()
#2  0x000000000040fe0a in irc_dispatch_server ()
#3  0x00000000004114ed in irc_dispatch ()
#4  0x00000000004120aa in bip_on_event ()
#5  0x0000000000412c63 in irc_main ()
#6  0x0000000000409db8 in main ()

Regards.