Skip to content
Snippets Groups Projects
Commit e60003d4 authored by Vitaly Buka's avatar Vitaly Buka
Browse files

Fix stack use after scope in call.c

AddressSanitizer detects stack-use-after-scope bug.
This means that variable was used at a point when compiler assume that it's
dead.

Here compression_md lifetime is limited by switch scope. However implementation
of execute_op blow access it outside the scope.
parent 5b88eb22
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment