Revision d748a00...

Go back to digest for 11th May 2014

Bug Fixes in Office

Jan Kundrát committed changes in [sonnet] src/ui/highlighter.cpp:

Prevent an infinite loop when checking multi-paragraph text

I've seen this from my debugger where Trojita got stuck after I typed a couple
of paragraphs using multiple languages. The 'block' was invalid and the
operator<() evaluated to an unexpected value. Either way, attempting to advance
an invalid iterator is not something which would work anyway.

File Changes

Modified 1 files
  • src/ui/highlighter.cpp
1 files changed in total