]> gcc.gnu.org Git - gcc.git/commit
Add missing store in emission of asan_stack_free.
authorMartin Liska <mliska@suse.cz>
Tue, 19 May 2020 14:57:56 +0000 (16:57 +0200)
committerJakub Jelinek <jakub@redhat.com>
Thu, 17 Sep 2020 15:40:28 +0000 (17:40 +0200)
commitcef4a1fd598e82e84e0ea69dc406be878d782022
treed1c88baed082afed8ed927e7272838f9493c1814
parent5d558c07094bc3f7af0fe878889bf82a36f72028
Add missing store in emission of asan_stack_free.

gcc/ChangeLog:

2020-05-19  Martin Liska  <mliska@suse.cz>

PR sanitizer/94910
* asan.c (asan_emit_stack_protection): Emit
also **SavedFlagPtr(FakeStack, class_id) = 0 in order to release
a stack frame.

(cherry picked from commit 8b6731e674c76cb48a417f2eef74ced92a17f469)
gcc/asan.c
This page took 0.060712 seconds and 5 git commands to generate.