mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix strtod NaN handling / fix SIGSEGV in testlib/showerror (#901)
This commit is contained in:
parent
3ffc17c50e
commit
cc8c56e814
3 changed files with 19 additions and 4 deletions
|
@ -98,9 +98,9 @@ static void testlib_showerror_(int line, //
|
|||
}
|
||||
if (!isempty(fmt)) {
|
||||
if (_weaken(kvprintf)) {
|
||||
tinyprint(2, "\t");
|
||||
tinyprint(2, "\t", NULL);
|
||||
_weaken(kvprintf)(fmt, va);
|
||||
tinyprint(2, "\n");
|
||||
tinyprint(2, "\n", NULL);
|
||||
} else {
|
||||
tinyprint(2, "\t[missing kvprintf]\n");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue