Joe Stusick writes: > Problem: contact_buf goes out of scope in if block, a call to > patch_contact_transport() may alter the msg->contacts cstring pointers. > Further down within function, a call to copy_hdrs_wr() will attempt to > copy the data from contact_buf, however contact_buf is out of scope. > > Fix: Moving contact_buf outside of if block into the function scope.
which version of sems this patch is for? looks like the issue has been fixed in master. -- juha _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
