Kane York
Kane York
https://asan.saethlin.dev/ub?crate=rust-jni&version=0.1.0 ``` test jni::class::class_tests::clone ... ================================================================= ==7323==ERROR: AddressSanitizer: stack-use-after-scope on address 0x7f2e0e2f6130 at pc 0x55b433012831 bp 0x7f2e4e6f2ec0 sp 0x7f2e4e6f2eb8 READ of size 8 at 0x7f2e0e2f6130 thread T30 #0 0x55b433012830 in...
The protobuf instructions make no mention of bzlmod: https://bazelbuild.github.io/rules_rust/rust_proto.html
https://asan.saethlin.dev/ub?crate=fac&version=0.5.4 WRITE of size 8 overflows buffer of size 4 ``` ---- echo_to_file stdout ---- remove test repository create "tests/test-repositories/test-111" PATH is "/build/target/x86_64-unknown-linux-gnu/debug:/root/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" I am in Ok("/build") with args []...
https://asan.saethlin.dev/ub?crate=minimap2&version=0.1.14%2Bminimap2.2.26 ``` ==15122==ERROR: AddressSanitizer: global-buffer-overflow on address 0x55f1867e33ba at pc 0x55f184e15219 bp 0x7feb520f2f60 sp 0x7feb520f2728 READ of size 283 at 0x55f1867e33ba thread T31 #0 0x55f184e15218 in strlen /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors.inc:390:5 #1 0x55f18614e561...
It's trivial to extend this format to support streaming. Here I imagine some specs for it. Suggested BNF additions: ```bnf grammar ::= string-table ';' object-shape-table ';' ows value streaming-grammar ::=...
Running a fuzzer is a basic quality-of-implementation task for any parser that wants to be widely used. Because you have a canonical reference format, you can easily implement round-trip verification...
### Problem Given an arbitrary HTML document or URL on the Web, determine whether it shows the human-readable version of an ActivityPub object. Given a URL that the user knows...
This is a proposed solution to the OOM class of issues mentioned in #589 , in particular the pattern where a large number of integration tests are launched in parallel....
https://asan.saethlin.dev/ub?crate=clickhouse-driver-lz4&version=0.1.0 ``` test test::test_compression ... ================================================================= ==25925==ERROR: AddressSanitizer: memcpy-param-overlap: memory ranges [0x7fadad8511f6,0x7fadad8efd06) and [0x7fadad86081f, 0x7fadad8ff32f) overlap #0 0x559c6e9cd688 in memcpy /rustc/llvm/src/llvm-project/compiler-rt/lib/asan/../sanitizer_common/sanitizer_common_interceptors_memintrinsics.inc:115:5 #1 0x559c6e9ff406 in memcpy /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10 #2 0x559c6e9ff406 in LZ4_compress_generic...