mirror of
https://github.com/simon987/ngx_http_js_challenge_module.git
synced 2025-04-03 14:33:00 +00:00
set *(conf->html+ret) to '\0';
This commit is contained in:
parent
2e205e76a4
commit
df4941408d
@ -174,8 +174,8 @@ static char *ngx_http_js_challenge_merge_loc_conf(ngx_conf_t *cf, void *parent,
|
||||
}
|
||||
|
||||
conf->html = ngx_palloc(cf->pool, info.st_size);
|
||||
memset(conf->html,'\0',info.st_size);
|
||||
int ret = read(fd, conf->html, info.st_size-1);
|
||||
*(conf->html+ret) = '\0';
|
||||
close(fd);
|
||||
if (ret < 0) {
|
||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0, "js_challenge_html: Could not read file '%s': %s", path,
|
||||
|
Loading…
x
Reference in New Issue
Block a user