generic-table: format-security
https://github.com/warmcat/libwebsockets/issues/624
This commit is contained in:
parent
2083674aa0
commit
b8199ba4ab
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ scan_dir(struct lws *wsi, struct per_session_data__tbl_dir *pss)
|
|||
icon = "📂";
|
||||
|
||||
f->icon = pss->p;
|
||||
n = snprintf(pss->p, end - pss->p, icon);
|
||||
n = snprintf(pss->p, end - pss->p, "%s", icon);
|
||||
pss->p += n + 1;
|
||||
|
||||
f->date = pss->p;
|
||||
|
|
Loading…
Add table
Reference in a new issue