Ticket #2044 (assigned defect) — at Version 1

Opened 14 years ago

Last modified 14 years ago

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:

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 14 years ago by slyfox

  • Status changed from new to assigned
  • Owner set to slyfox
  • Description modified (diff)

I confirm the crash and confirm the fix helps.

Committed as changeset:5a714baeaf785b209f763489eea5d1e3d53fbb50

Thank you!

Note: See TracTickets for help on using tickets.