mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Update explanation
Co-authored-by: Max Leske <250711+theseion@users.noreply.github.com>
This commit is contained in:
parent
19b7e98fb6
commit
87cbf9ea2e
@ -40,7 +40,7 @@ static void msc_xml_on_start_elementns(
|
||||
int *new_stack_item = (int *)apr_array_push(xml_parser_state->has_child_stack);
|
||||
*new_stack_item = 0;
|
||||
xml_parser_state->depth++;
|
||||
// set null to the current value
|
||||
// set the current value to null
|
||||
// this is necessary because if there is any text between the tags (new line, etc)
|
||||
// it will be added to the current value
|
||||
xml_parser_state->currval = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user