#9168 closed patch (fixed)
SCI: Crash on bad node lookup (bug #2981644)
| Reported by: | SF/david-kaplan | Owned by: | bluegr |
|---|---|---|---|
| Priority: | normal | Component: | Engine: SCI |
| Version: | Keywords: | ||
| Cc: | Game: | Leisure Suit Larry 2 |
Description
LSL2 crashes when arriving on the island due to a bad node lookup. Add a check to make sure that curNode is modified only if new node is valid.
Ticket imported from: #2987942. Ticket imported from: patches/1273.
Attachments (1)
Change History (4)
by , 16 years ago
| Attachment: | crash_on_bad_node_lookup.patch added |
|---|
comment:1 by , 16 years ago
| Owner: | set to |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:2 by , 16 years ago
comment:3 by , 8 years ago
| Component: | → Engine: SCI |
|---|---|
| Game: | → Leisure Suit Larry 2 |
Note:
See TracTickets
for help on using tickets.

Submitted an alternative fix for this issue, without adding additional lookups. Thanks for your patch though, it was in the right direction