Project

General

Profile

Actions

Patch #16781

closed

Crash in markdown formatter causes ruby process to end

Added by Jens Krämer almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Text formatting
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

We observed this behavior at Planio when invalid markdown syntax was input by the user, which caused an exception in the link callback declared in source:trunk/lib/redmine/wiki_formatting/markdown/formatter.rb because content was nil.

This exception seems to make the formatter instance unusable - the next time the formatter was used it crashed the whole ruby process. This seems to be related to this redcarpet issue.

The patch contains a test case and the (trivial) fix to take care of content==nil in #link.


Files

fix_link_callback_exception.diff (1.66 KB) fix_link_callback_exception.diff Jens Krämer, 2014-04-30 10:38
Actions #2

Updated by Toshi MARUYAMA almost 10 years ago

  • Category set to Text formatting
  • Target version set to 2.5.2
Actions #3

Updated by Jean-Philippe Lang almost 10 years ago

  • Subject changed from crash in markdown formatter causes ruby process to end to Crash in markdown formatter causes ruby process to end
  • Status changed from New to Resolved
  • Assignee set to Jean-Philippe Lang

Committed in r13122, thanks.

Actions #4

Updated by Jean-Philippe Lang almost 10 years ago

  • Status changed from Resolved to Closed

Merged.

Actions

Also available in: Atom PDF