Ticket #2044 (closed defect: fixed)
panel search crash due to strescape.h include missing from screen.c
Reported by: | jmak | Owned by: | slyfox |
---|---|---|---|
Priority: | critical | Milestone: | 4.7.1 |
Component: | mc-core | Version: | master |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | Votes for changeset: | committed-master |
Description (last modified by slyfox) (diff)
In current git, mc crashes (at least on 64-bit) in Ctrl-S search due to missing strutils_escape prototype. To reproduce, pressing Ctrl-S and a few keys is enough.
Adding #include "lib/strescape.h" to screen.c fixes the issue.
Merged as: changeset:5a714baeaf785b209f763489eea5d1e3d53fbb50
Change History
comment:1 Changed 15 years ago by slyfox
- Status changed from new to assigned
- Owner set to slyfox
- Description modified (diff)
comment:2 Changed 15 years ago by slyfox
- Keywords merged-master added
- Status changed from assigned to testing
- Resolution set to fixed
- severity changed from no branch to merged
- Priority changed from major to critical
Note: See
TracTickets for help on using
tickets.
I confirm the crash and confirm the fix helps.
Committed as changeset:5a714baeaf785b209f763489eea5d1e3d53fbb50
Thank you!