fix buffer overflow in put pixel + margin calculation

This commit is contained in:
2026-03-30 14:37:33 +02:00
parent 92c6237f06
commit 0f77e0c6e4
3 changed files with 50 additions and 49 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
WIDTH=15
HEIGHT=15
ENTRY=1,1
EXIT=15,15
EXIT=10,10
OUTPUT_FILE=maze.txt
PERFECT=False
GENERATOR=Kruskal