mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
We now track whether the flags register is tainted by the use of one or more uninitialized values in a computation. For now, the state is binary; the flags are either tainted or not. We could be more precise about this and only taint the specific flags that get updated by each instruction, but I think this will already get us 99% of the results we want. :^)
87 KiB
87 KiB