Fixed operations with stack in assembly instrumentation.
Implemented test which checks that flags are correctly restored after assembly instrumentation.
Details
Details
- Reviewers
eugenis
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Fixes.
Updating D3839: Fixed operations with stack in assembly instrumentation.
Implemented test which checks that flags are correctly restored after assembly instrumentation.
lib/asan/tests/asan_asm_test.cc | ||
---|---|---|
264 | remove please |
Please add a simple test case that's affected by this flag!
Something like AddressSanitizer.BitFieldPositiveTest but with asm store or load instead of C assingment.