mirror of https://github.com/asterisk/asterisk
When updating an existing header the 'update' code incorrectly just copied the new value into the existing buffer. If the new value exceeded the available buffer size memory outside of the buffer would be written into, potentially causing a crash. This change makes it so that the 'update' now duplicates the new header value instead of copying it into the existing buffer.pull/605/head
parent
d9d6e4b7cf
commit
dad0f5c89b
Loading…
Reference in new issue