aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorStefanBruens <stefan.bruens@rwth-aachen.de>2020-12-22 03:23:42 +0100
committerGitHub <noreply@github.com>2020-12-22 03:23:42 +0100
commit9396678db4f0e32192e73697c012d25432d602ca (patch)
tree1d955725c8d8f80eb24deb21ceb9553586c609a2 /CHANGELOG
parent3e67ab1ebb62a1cc69f2cb02546ae8b1cf838e07 (diff)
downloadyosys-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 'CHANGELOG')
0 files changed, 0 insertions, 0 deletions