diff options
author | StefanBruens <stefan.bruens@rwth-aachen.de> | 2020-12-22 03:23:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-22 03:23:42 +0100 |
commit | 9396678db4f0e32192e73697c012d25432d602ca (patch) | |
tree | 1d955725c8d8f80eb24deb21ceb9553586c609a2 /tests | |
parent | 3e67ab1ebb62a1cc69f2cb02546ae8b1cf838e07 (diff) | |
download | yosys-9396678db4f0e32192e73697c012d25432d602ca.tar.gz yosys-9396678db4f0e32192e73697c012d25432d602ca.tar.bz2 yosys-9396678db4f0e32192e73697c012d25432d602ca.zip |
Fix use-after-free in LUT opt pass
RTLIL::Module::remove(Cell* cell) calls `delete cell`.
Any subsequent accesses of `cell` then causes undefined behavior.
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions