]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
* server/util_expr_eval.c (ap_expr_eval_re_backref): Fix gcc 7.x warning.
authorJoe Orton <jorton@apache.org>
Mon, 16 Oct 2017 16:40:52 +0000 (16:40 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 16 Oct 2017 16:40:52 +0000 (16:40 +0000)
commit9246096892038638fb77d36ddd0227c3b31cdd62
tree4f5c52b0c3e444ec1e5dad46e48f1aacf71545c8
parent89f3b1b7fccfeb6e96712cb8923f6d20c37bcbb0
* server/util_expr_eval.c (ap_expr_eval_re_backref): Fix gcc 7.x warning.

util_expr_eval.c: In function ‘ap_expr_eval_re_backref’:
util_expr_eval.c:265:63: error: comparison between pointer and zero character constant [-Werror=pointer-compare]
     if (!ctx->re_pmatch || !ctx->re_source || *ctx->re_source == '\0' ||

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812307 13f79535-47bb-0310-9956-ffa450edef68
server/util_expr_eval.c