# MutantHub mutant #1898: Relational operator mutation at script.cpp:290
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:290-290
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -290,1 +290,1 @@
-    for (unsigned int i = 0; i < stack.size(); i++) {
+    for (unsigned int i = 0; i <= stack.size(); i++) {
