# MutantHub mutant #1913: Relational operator mutation at script.cpp:353
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:353-353
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -353,1 +353,1 @@
-        if (end - pc < 0 || (unsigned int)(end - pc) < nSize)
+        if (end - pc <= 0 || (unsigned int)(end - pc) < nSize)
