simon-git: puzzles (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Nov 7 16:48:06 GMT 2024
TL;DR:
ebb50f0 Bridges: fix an out-of-bounds read.
8e83f39 Signpost: fix an out-of-bounds read.
Repository: https://git.tartarus.org/simon/puzzles.git
On the web: https://git.tartarus.org/?p=simon/puzzles.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-11-07 16:48:06
commit ebb50f0af28591bb1bf28368d62c066333aeb12f
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=ebb50f0af28591bb1bf28368d62c066333aeb12f;hp=05f4f6349fd9e65cccb96e7b46cf65d0802ed52d
Author: Evgeny Kapun <abacabadabacaba at gmail.com>
Date: Mon Nov 4 13:59:43 2024 +0000
Bridges: fix an out-of-bounds read.
Occurs when dragging from an island next to an edge in the direction
of that edge.
This bug was discovered using ASan.
bridges.c | 4 ++++
1 file changed, 4 insertions(+)
commit 8e83f39eb989d36f10fcf4be7c4dd5eaa0e69f02
web diff https://git.tartarus.org/?p=simon/puzzles.git;a=commitdiff;h=8e83f39eb989d36f10fcf4be7c4dd5eaa0e69f02;hp=ebb50f0af28591bb1bf28368d62c066333aeb12f
Author: Evgeny Kapun <abacabadabacaba at gmail.com>
Date: Mon Nov 4 14:00:29 2024 +0000
Signpost: fix an out-of-bounds read.
Occurs when dragging with RMB outside the grid to unlink a path segment.
This bug was discovered using ASan.
signpost.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the tartarus-commits
mailing list