Steven Wirsz

Results 6 comments of Steven Wirsz

int blosc2_stdio_seek(void *stream, int64_t offset, int whence) { blosc2_stdio_file *my_fp = (blosc2_stdio_file *) stream; int rc; #if defined(_MSC_VER) && (_MSC_VER >= 1400) rc = _fseeki64(my_fp->file, offset, whence); #else rc =...

@DavidKorczynski Very interesting challenge. I submitted another [PR](https://github.com/google/oss-fuzz/pull/8858) to try to reach that 100%. FI reports 95% coverage (85 out of 89) and 99% CC coverage. ![missed](https://user-images.githubusercontent.com/5808510/197859020-b6f32804-27a3-42a5-a3c9-e3bb058beb3e.jpg) Note that BZ2_bzdopen...

There is no __assert_fail function, and FI's links to both of those references are invalid. There is a BZ2_bz__AssertH__fail function. I tried to make an arbitrary call to BZ2_bz__AssertH__fail and...

cleaned up the PR

Any updates on getting this PR merged?

The log shows the OpenSSL build crashed on 11/16 and 11/17 with the same timeout "context deadline exceeded" after building successfully for the previous 5 days. I am also unable...