Commit 1a85c0d
Address additional CppCheck warnings and style violations
- Fix uninitialized member variable _vaddr_diff in ElfParser constructor
- Add comprehensive suppressions for upstream async-profiler code issues:
- uninitMemberVar warnings in Trap, ScopeDesc, and VMStructs classes
- Obsolete alloca usage in symbols_linux.cpp
- Null pointer redundant checks and other style issues
- Update CLAUDE.md with PR template reminder
These changes focus on fixing actual DataDog code issues while
suppressing legitimate warnings from upstream async-profiler code
that should not be modified.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent dd02ce7 commit 1a85c0d
3 files changed
Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
0 commit comments