nmlorg / naim

naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ), Internet Relay Chat (IRC), and The lily CMC.
http://naim.n.ml.org/
1 stars 0 forks source link

Bad *null* status triggers abort on s[len+2]. #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

1. With the assert mentioned in issue 39 commented out, I get the following:

[10:29:19] *** frame=2, sequence=in:21006, length=35, 
value=[UPDATE_BUDDY2:whoisnxx:F:0:0:0: :0]
[10:29:19] *** frame=2, sequence=in:21007, length=23, value=[BART2:whoisnxx:4 2 
"" ]
[10:29:19] *** BART 4 2: STATUS_TEXT: []

> What is the expected output? What do you see instead?

Assertion failed: (s[len+2] == 0), function toc_got_data, file toc2.c, line 
1811.
                                                                                 Abort (core dumped)

> What version of naim are you using? On what operating system?
> % naim --version

naim 0.11.8.3.2
%uname -a

FreeBSD prime.gushi.org 6.4-STABLE FreeBSD 6.4-STABLE #1: Sat Mar  7 23:54:27 
EST 2009     danm@prime.gushi.org:/usr/src/sys/i386/compile/PRIME6  i386

> % uname -a

> Please provide any additional information below.

Please contact me on IM (gushicell) to get more info if needed, don't know what 
else to put in here.

Original issue reported on code.google.com by goo...@gushi.org on 15 Jul 2011 at 2:53