Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lj_audit.log.c: Fix iteration through trace constants
Fix the loop that iterates through trace constants by skipping over inline data. This data (64-bit constant values) could otherwise be interpreted as IR constants and dereferenced to find strings, etc. That's invalid and would cause segfaults and bus errors.
- Loading branch information