sipp icon indicating copy to clipboard operation
sipp copied to clipboard

Set null terminator after realloc

Open rajeshsingh381 opened this issue 1 month ago • 0 comments

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

rajeshsingh381 avatar Jan 16 '25 13:01 rajeshsingh381