Pinned
194 contributions in the last year
Less
More
Contribution activity
May 2021
Created 12 commits in 1 repository
Created a pull request in SerenityOS/serenity that received 16 comments
Tests/CI: Resolve ASAN/UBSAN errors and run with Sanitizers in CI
Fixes the last remaining UBSAN and ASAN reported errors in the current suite of Lagom tests. Copying a zero size byte buffer would pass nullptr to…
+106
−28
•
16
comments
Opened 1 other pull request in 1 repository
SerenityOS/serenity
1
merged
Reviewed 4 pull requests in 1 repository
Created an issue in SerenityOS/serenity that received 2 comments
LibCrypto/Core: tls_test_client_hello has heap-buffer-overflow on macOS
Likely due to C library differences b/w macOS and Linux/Serenity?
Socket.cpp loads a const char* pointer that is misaligned, somehow:
/Users/runne…
2
comments