Details
Description
TSHttpTxnErrorBodySet() sets HttpSM::t_state.internal_msg_buffer without freeing any old contents in there.
There can be an error message in that if you have a request with a bad hostname and you let the transaction get past DNS
lookup. Instead it should free the contents, or there should be another field that it sets and nothing else does.