mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-27 15:52:28 +00:00
Fix some static analysis issues
This commit is contained in:
parent
fb54604b31
commit
f147d3dde9
30 changed files with 375 additions and 266 deletions
|
@ -62,6 +62,7 @@ ssize_t tinyprint(int fd, const char *s, ...) {
|
|||
buf[n++] = c;
|
||||
if (n == sizeof(buf)) {
|
||||
if (tinyflush(fd, buf, n, &toto)) {
|
||||
va_end(va);
|
||||
return toto;
|
||||
}
|
||||
n = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue