Ticket #2044 (closed defect: fixed)

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: 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 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!

comment:2 Changed 14 years ago by slyfox

  • Priority changed from major to critical
  • Status changed from assigned to testing
  • Resolution set to fixed
  • severity changed from no branch to merged
  • Keywords merged-master added

comment:3 Changed 14 years ago by andrew_b

  • Keywords merged-master removed
  • Votes for changeset set to commited-master
  • Milestone changed from 4.7 to 4.7.1

comment:4 Changed 14 years ago by angel_il

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.