Hello All,

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_header_field_e(rv, len, h, 0);

I'm using version 1.12.7+, so I'm not sure if this has already been
corrected.  This was causing the

Best Regards,
Jerry


-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Sofia-sip-devel mailing list
Sofia-sip-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sofia-sip-devel

Reply via email to