Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix[ir]: fix a latent bug in
sha3_64
codegen (vyperlang#4063)
this commit fixes a latent bug in `sha3_64` asm generation, where the second argument to `sha3_64` is generated with the wrong stack height note the bug cannot currently be triggered from vyper source code (hence, it is latent), because there is nowhere in IR generation that the second item is accessed as a witharg. patches GHSA-6845-xw22-ffxv
- Loading branch information