headers-more-nginx-module icon indicating copy to clipboard operation
headers-more-nginx-module copied to clipboard

couple of cppcheck issues

Open chipitsine opened this issue 9 years ago • 1 comments

[src/ngx_http_headers_more_headers_in.c:275]: (error) Address of local auto-variable assigned to a function parameter. [src/ngx_http_headers_more_headers_out.c:240]: (error) Address of local auto-variable assigned to a function parameter.

chipitsine avatar Apr 24 '16 10:04 chipitsine

They are false positives for the the same reason as lua-nginx-module.

agentzh avatar Apr 25 '16 03:04 agentzh