diff options
author | Vitaly Buka <vitalybuka@chromium.org> | 2016-08-01 19:34:51 -0700 |
---|---|---|
committer | Vitaly Buka <vitalybuka@chromium.org> | 2016-08-01 19:39:51 -0700 |
commit | e60003d4f902b7b819cff6ae88c41bcd96b55b81 (patch) | |
tree | 80db5fc45f1a48c5752cc7231e3bc3ed7fd8c98b /vsprojects/coapp | |
parent | 5b88eb228f52a4746f1692a58ab8f963e224c82f (diff) |
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.
Diffstat (limited to 'vsprojects/coapp')
0 files changed, 0 insertions, 0 deletions