]> git.tdb.fi Git - libs/net.git/commit
Fix several errors in FormData parsing
authorMikko Rasa <tdb@tdb.fi>
Thu, 26 Sep 2019 23:03:57 +0000 (02:03 +0300)
committerMikko Rasa <tdb@tdb.fi>
Fri, 27 Sep 2019 00:13:06 +0000 (03:13 +0300)
commit9a62e48662f6328515ebf256e24762d856b8ce15
treed9a34b3ccb1af50a94a775c91348663041acf2a8
parentd20870655aeca0614d9fc315fe5f9893ebdc7aa3
Fix several errors in FormData parsing

It was terminating early if a part happened to be of certain length.
Extra whitespace was included at the end of parts and there was also an
out-of-bounds memory access.
source/http/formdata.cpp