@foone
Did those same weather stations also record the weather for March 1st? And was it different from Feb 29th?
@glyph
Notices by John-Mark Gurney (encthenet@flyovercountry.social)
-
John-Mark Gurney (encthenet@flyovercountry.social)'s status on Thursday, 14-Dec-2023 11:34:51 JST John-Mark Gurney -
John-Mark Gurney (encthenet@flyovercountry.social)'s status on Tuesday, 21-Feb-2023 05:11:43 JST John-Mark Gurney If you're running afl (fuzzer) in a VM, make sure your temp dir is a memory file system, otherwise you'll end up waiting for your disk device to read/write all the test cases it's running through.
(This might be because of running it in parallel though.)
-
John-Mark Gurney (encthenet@flyovercountry.social)'s status on Friday, 03-Feb-2023 11:54:24 JST John-Mark Gurney To any C standard lawyers, someone said:
assing NULL with a length of 0 to library functions (representing e.g. an empty array) is also Undefined behavior.BUT, what if malloc(0) returns NULL (iirc, it can, if not feel free to correct me)? Wouldn't that require the library functions to handle it? Though this is likely a problem where an implementation isn't compliant due to compiler mismatch.