Matthew Foran
5d2563eee9
Fixed bug in parsing POST file uploads ( #7543 )
...
The boundary parsing in the webserver could end up missing boundaries if the
uploaded file had `--` at the start of the line because it read in the entire boundary
length worth of bytes. Fix by only reading up to either the boundary length or
a newline, avoiding the issue.
Fixes #7542
2020-11-01 18:31:59 -08:00
..
2020-08-28 10:23:05 -04:00
2020-08-17 18:15:45 +02:00
2020-10-15 15:03:28 -07:00
2020-10-23 10:43:45 +02:00
2019-07-05 22:31:50 -07:00
2020-09-30 09:59:46 -07:00
2020-08-28 10:23:05 -04:00
2020-08-24 09:51:58 +02:00
2020-08-24 09:51:58 +02:00
2020-10-15 10:39:55 -07:00
2020-07-09 09:59:49 -07:00
2019-11-16 15:50:02 -07:00
2020-10-05 13:56:08 -07:00
2020-11-01 18:31:59 -08:00
2020-10-29 17:11:57 -07:00
2019-12-26 17:03:18 -03:00
2020-07-16 19:34:55 +02:00
2020-07-07 11:12:43 -07:00
2019-09-30 20:58:09 -07:00
2020-08-24 09:51:58 +02:00
2020-10-27 11:55:42 +01:00
2020-05-04 14:22:50 -04:00
2020-10-31 08:05:34 -07:00
2020-04-19 14:57:46 +02:00
2020-09-17 11:11:39 +02:00
2020-06-13 11:17:06 -07:00
2020-07-07 11:12:43 -07:00
2020-05-04 14:22:50 -04:00
2020-07-07 11:12:43 -07:00
2019-10-14 14:32:41 -07:00