From e13a5d4a65dbae49cc3489a5807f518c57f9370c Mon Sep 17 00:00:00 2001 From: Manuel Rigger Date: Fri, 3 Feb 2017 17:24:55 +0100 Subject: [PATCH] Fix out-of-bounds access --- generator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator.c b/generator.c index 5bca167..2df671e 100644 --- a/generator.c +++ b/generator.c @@ -24,7 +24,7 @@ int main() x++; } - for(j =65; j<90; j++) + for(j =65; j<87; j++) { pw[x] = j; x++;