| commit | 8fe8a94a7c050bc16cac9ec300f89c0f389f9a44 | [log] [tgz] |
|---|---|---|
| author | stratakis <[email protected]> | Wed Jan 28 13:30:17 2026 |
| committer | GitHub <[email protected]> | Wed Jan 28 13:30:17 2026 |
| tree | 0593748bc73461c7c39be57968242ad6a0076c4f | |
| parent | 08d7bd28fecca524c648dda240022add704b8f8a [diff] |
gh-144194: Fix mmap failure check in perf_jit_trampoline.c (#143713) mmap() returns MAP_FAILED ((void*)-1) on error, not NULL. The current check never detects mmap failures, so jitdump initialization proceeds even when the memory mapping fails.