pnoltes commented on code in PR #673:
URL: https://github.com/apache/celix/pull/673#discussion_r1367150490
##########
libs/utils/src/filter.c:
##########
@@ -165,7 +165,9 @@ static celix_filter_t * filter_parseNot(char *
filterString, int * pos) {
}
child = filter_parseFilter(filterString, pos);
-
+ if(child == NULL){
Review Comment:
I am planning to create a support develop branch for a 2.4.1 release next
week and will also add the changes of this PR (cherry pick)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]