Ticket #2044 (new defect) — at Initial Version
panel search crash due to strescape.h include missing from screen.c
| Reported by: | jmak | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 4.7.1 |
| Component: | mc-core | Version: | master |
| Keywords: | Cc: | ||
| Blocked By: | Blocking: | ||
| Branch state: | Votes for changeset: |
Description
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.
Note: See
TracTickets for help on using
tickets.
