Skip to content

Commit

Permalink
Remove unnecessary assert()
Browse files Browse the repository at this point in the history
  • Loading branch information
airween committed Aug 13, 2024
1 parent f27c85c commit e6e3417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apache2/re_variables.c
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,6 @@ static int var_reqbody_processor_error_msg_generate(modsec_rec *msr, msre_var *v
{
assert(msr != NULL);
assert(var != NULL);
assert(rule != NULL);
assert(vartab != NULL);
assert(mptmp != NULL);
msre_var *rvar = apr_pmemdup(mptmp, var, sizeof(msre_var));
Expand Down

0 comments on commit e6e3417

Please sign in to comment.