Hi all,
Are you aware of Secunia Advisory 25245 ?
http://secunia.com/advisories/25245/
Targets notepad++ with exploit included.
Fixed on scintilla, with quick fix and explanation at, http://www.lyra.org/pipermail/scintilla-interest/2007-May/008667.html
CVS fix, http://scintilla.cvs.sourceforge.net/scintilla/scintilla/src/LexRuby.cxx?view=log#rev1.13
Hope this helps ...
- Iago -
Line 101 of LexRuby.cxx is modified from : char s[100]; to : char s[MAX_KEYWORD_LENGTH];
The fixed binary (SciLexer.dll) will come with next release.
Don
Hi all,
Are you aware of Secunia Advisory 25245 ?
http://secunia.com/advisories/25245/
Targets notepad++ with exploit included.
Fixed on scintilla, with quick fix and explanation at,
http://www.lyra.org/pipermail/scintilla-interest/2007-May/008667.html
CVS fix,
http://scintilla.cvs.sourceforge.net/scintilla/scintilla/src/LexRuby.cxx?view=log#rev1.13
Hope this helps ...
- Iago -
Line 101 of LexRuby.cxx is modified from :
char s[100];
to :
char s[MAX_KEYWORD_LENGTH];
The fixed binary (SciLexer.dll) will come with next release.
Don