You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
goto-analyzer --simplify must write files in binary mode
Running goto-analyzer --simplify on Windows produced invalid goto binaries,
because writing 0xa was turned into 0xd0xa (CRLF). Any goto binary with >= 10
ireps would fail in this way. The CI'ed regression tests do not catch this as we
do not further process the resulting goto binaries.
0 commit comments