sipp
sipp copied to clipboard
Set null terminator after realloc
When we realloc
for a smaller message than previous, it sometimes detects old SIPp records from old messages making the record malformed. For example, call-id
parsing gets malformed in new smaller message because it matches 2 lines, due to missing null terminator.
TO-DO: fix all realloc
instances