Brian West wrote:
(ignoring the top-posting and untrimmed six copies of the list signature)
ast_copy_string is BROKEN!!!!!!!!
Really? Flair for the dramatic, eh?
chan_sip.c L3297
ast_copy_string(hostname, h, hn); <-- broken
ast_copy_string(hostname, h, hn+1); <-- this works!
Can you provide something other than 'broken' to document what is wrong? _______________________________________________ Asterisk-Dev mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-dev To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-dev
