Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Committing fix for bug 190884

The issue:
==========
A string literal followed by an empty unterminated string-literal
(double-quote followed by a new-line) triggers an
ArrayOutOfBoundsException in the preprocessor.

The fix:
========
Corrected the method CPreprocessor.appendStringContent(...)

Markus.


Back to the top