We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1634a2a commit ddfda33Copy full SHA for ddfda33
1 file changed
apache2/msc_multipart.c
@@ -993,6 +993,7 @@ int multipart_init(modsec_rec *msr, char **error_msg) {
993
*/
994
int multipart_complete(modsec_rec *msr, char **error_msg) {
995
assert(msr != NULL);
996
+ assert(msr->mpd->boundary != NULL);
997
assert(error_msg != NULL);
998
if (msr->mpd == NULL) return 1;
999
0 commit comments