Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge #57: Avoid heap out-of-bounds read in Node::CalcOps (test case:…
… OP_0 OP_2 OP_EQUAL) and assertion failure in ComputeType (test case: OP_0 OP_0 OP_EQUAL) a47dcc6 Add assertions: Raise assertion failure instead of doing an out-of-bounds read in case of k > sats.size() (sanket1729) 0d43166 Avoid heap out-of-bounds read in Node::CalcOps (test case: OP_0 OP_2 OP_EQUAL) and assertion failure in ComputeType (test case: OP_0 OP_0 OP_EQUAL) (practicalswift) Pull request description: Closes #12. Closes #13. Supercedes #18 ACKs for top commit: sipa: utACK a47dcc6 darosior: ACK a47dcc6 meshcollider: utACK a47dcc6 Tree-SHA512: 85ea2f791e5b6a2c80dee567895dffe386f5fe4973b97dd7102b91f2e500bf9087dcbaeafe9e635abc02b27a97918bc69ae38b6769d93f2b3a071eb976a606c8
- Loading branch information