When using subscript access on the supplied payload vector to check for terminating double CRLF, both BaseHttpTransaction::SetPayload() overloads do not check to make sure that the size of the vector is at least the size of the indices being used. Fixed in next commit.
When using subscript access on the supplied payload vector to check for terminating double CRLF, both
BaseHttpTransaction::SetPayload()
overloads do not check to make sure that the size of the vector is at least the size of the indices being used. Fixed in next commit.