Highlights
- Pro
Popular repositories
1,002 contributions in the last year
Less
More
Activity overview
Contributed to
protocolbuffers/upb,
protocolbuffers/protobuf,
google/bloaty
and 5 other
repositories
Contribution activity
August 2021
Created 90 commits in 3 repositories
Created a pull request in google/bloaty that received 17 comments
[dwarf] Ignore DW_AT_linkage_name and DIEs with DW_AT_declaration
DWARF DIEs which have DW_AT_declaration are declarations, not definitions, and shouldn't be counted against the compileunit where they appear. This…
+503
−48
•
17
comments
Opened 19 other pull requests in 3 repositories
google/bloaty
13
merged
- Two fuzz fixes
- Refactored the DWARF parser
- Increased the uncompressed size check to 30x + 128MB
- [pe] Fixed bug found by fuzzing.
- Removed use of pure substr() in wasm, which can throw for badly formatted files.
- Fixed the 32-bit build and a memory leak.
- Added CIFuzz for pull requests.
- Skip compressed debug info if uncompressed size is implausibly large.
- Fixed a bug found by fuzzing.
- Fix a warning in the 32-bit build.
- Fixed a bug found by fuzzing.
- Split and updated the docs.
- New testing infrastructure, and fixes for several ELF/DWARF bugs
protocolbuffers/upb
4
merged
1
open
protocolbuffers/protobuf
1
merged
Reviewed 8 pull requests in 3 repositories
google/bloaty
5 pull requests
protocolbuffers/protobuf
2 pull requests
protocolbuffers/upb
1 pull request
Created an issue in google/oss-fuzz that received 3 comments
CIFuzz check succeeds despite finding crash bugs
I am trying to integrate CIFuzz into https://github.com/google/bloaty I added the CIFuzz GitHub action in google/bloaty#274 I notice that CIFuzz fo…
3
comments

