Ticket #212 (closed defect: fixed)
Don't crash if gtp_aa_confirm_safety is fed an illegal move
| Reported by: | bump | Owned by: | gnugo |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.9.1 |
| Component: | source | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | patch: | yes |
Description (last modified by gunnar) (diff)
Attachments
Regression Results
| Attachment | Rev. | PASS | FAIL | Nodes | Status | |
| 0001-don-t-crash-if-gtp_aa_confirm_safety-is-fed-an-illeg.patch | never tested |
Change History
comment:1 Changed 3 years ago by gunnar
- patch set
- Description modified (diff)
- Milestone changed from 3.9.x to 3.9.1
Changed 3 years ago by bump
-
attachment
0001-don-t-crash-if-gtp_aa_confirm_safety-is-fed-an-illeg.patch
added
Note: See
TracTickets for help on using
tickets.

This patch is not good since it leaves the stone played if the move is legal, promptly causing the reported assertion failure, but now for the valid moves. An else popgo() should solve the problem.