Bug#649125: scite: Crash caused by bug in CPP lexer

2012-10-18 Thread Antonio Valentino
> The bug was introduced with Hg changeset 3306:73a86726763b (July 2010) > and only recently fixed (November 2011), so the latest SciTE versions > (from 2.20 up to 3.0.1) contain the bug. The current version of SciTE in testing and unstable is 3.0.2. Please close this bug. -- Antonio Valentino

Bug#649125: scite: Crash caused by bug in CPP lexer

2011-11-17 Thread Stefan Weil
Package: scite Version: 2.25-1 Severity: important There is a bug in the Scintilla library which parses C, C++ code. This line of C preprocessor code raises a fatal exception when it is entered in a C or C++ file opened by SciTE: #if defined(NAME value The bug was introduced with Hg changeset 33