#8705 closed patch
Fix for segmentation fault in theming code
| Reported by: | jvprat | Owned by: | sev- |
|---|---|---|---|
| Priority: | normal | Component: | GUI |
| Version: | Keywords: | ||
| Cc: | Game: |
Description
If a theme tries to use a section that doesn't exist (use=test or useAsIs=test), ScummVM crashes. The attached patch fixes this.
Ticket imported from: #1743892. Ticket imported from: patches/810.
Attachments (1)
Change History (4)
by , 19 years ago
| Attachment: | segfault_use.patch added |
|---|
comment:1 by , 19 years ago
comment:2 by , 19 years ago
| Owner: | set to |
|---|---|
| Status: | new → closed |
comment:3 by , 7 years ago
| Component: | → GUI |
|---|
Note:
See TracTickets
for help on using tickets.

Good catch! Thank you. Committed as is.