parser::http_media_type: fix stack overflow
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
b96d909cfe
commit
0eebde6d81
@ -6001,7 +6001,7 @@ namespace stdex
|
||||
_In_ int flags = match_default)
|
||||
{
|
||||
_Assume_(text || start >= end);
|
||||
if (!http_media_range::match(text, start, end, flags))
|
||||
if (!http_media_range::do_match(text, start, end, flags))
|
||||
goto error;
|
||||
params.clear();
|
||||
for (;;) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user