[Sofia-sip-devel] sofia-sip changes (2008-04-18)

2008-04-18 Thread Sofia-SIP Darcs Changes
This posting was generated automatically from darcs repo . Fri Apr 18 13:55:45 EEST 2008 [EMAIL PROTECTED] * torture_sip.c: added test for sip_header_as_string() producing string longer than 128 M ./libsofia-sip-ua/nua/test_simple.c -5 +6 M ./libs

Re: [Sofia-sip-devel] FOUND: 401 Unauthorized Parsing Bug

2008-04-18 Thread Pekka Pessi
2008/4/18, Jerry Richards <[EMAIL PROTECTED]>: > I found the following bug at around line #415 in the sip_header_as_string() > function in the sip_util.c file, as follows: > > BAD LINE: > ssize_t n = sip_header_field_e(s, sizeof(s), h, 0); > > CORRECTED LINE: > ssize_t n = sip_h