We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@rryqszq4 臭宝~,Nginx 更新到了1.27.4 ,又不能编译了。 报错信息是 ngx_http_php_util.c:69:5: error: 'strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=] 69 | strncat(result, replace, strlen(replace)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
我看 使用 snprintf 代替 strncat 我改个源码我先试,然后再提交
The text was updated successfully, but these errors were encountered:
1290312
Sorry, something went wrong.
No branches or pull requests
@rryqszq4
臭宝~,Nginx 更新到了1.27.4 ,又不能编译了。
报错信息是
ngx_http_php_util.c:69:5: error: 'strncat' specified bound depends on the length of the source argument [-Werror=stringop-overflow=]
69 | strncat(result, replace, strlen(replace));
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
我看 使用 snprintf 代替 strncat 我改个源码我先试,然后再提交
The text was updated successfully, but these errors were encountered: