3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-10-10 09:48:06 +00:00
yosys/frontends/rtlil
Robert O'Callahan 915ad949f9 Limit the maximum size of parsed RTLIL constants to 1 Gb.
Without this check it's trivially easy to crash Yosys with a tiny RTLIL input
by specifying a constant with very large width. Fuzz testers love hitting this
over and over again.
2025-10-01 02:17:22 +00:00
..
.gitignore Replace "ILANG" with "RTLIL" everywhere. 2020-08-26 17:29:32 +00:00
Makefile.inc Implement a handwritten recursive-descent RTLIL parser with minimal copying 2025-10-01 02:17:22 +00:00
rtlil_frontend.cc Limit the maximum size of parsed RTLIL constants to 1 Gb. 2025-10-01 02:17:22 +00:00