diff options
Diffstat (limited to 'src/stdio/sprintf.c')
| -rw-r--r-- | src/stdio/sprintf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stdio/sprintf.c b/src/stdio/sprintf.c index 5b1ad29f..fcb1ddac 100644 --- a/src/stdio/sprintf.c +++ b/src/stdio/sprintf.c @@ -12,6 +12,7 @@ int sprintf(char * restrict s, const char * restrict format, ...) struct io_options opt = {0}; SIGNAL_SAFE(0); + /* overlap can't be detected because the length of s is unknown */ opt.fnname = "sprintf"; opt.string = s; |
