https://bugs.kde.org/show_bug.cgi?id=358270

Kevin Funk <kf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/kdev
                   |                            |-css/96a011ddc8443fd336105f
                   |                            |b72f05d670af571e96
   Version Fixed In|                            |5.0.0
             Status|CONFIRMED                   |RESOLVED

--- Comment #4 from Kevin Funk <kf...@kde.org> ---
Git commit 96a011ddc8443fd336105fb72f05d670af571e96 by Kevin Funk.
Committed on 04/08/2016 at 12:35.
Pushed by kfunk into branch '5.0'.

Fix crash in tokenizer

yyrestart(NULL) will crash later, trying to derefence the nullptr passed
on to yyrestart.

Use a predefined macro from flex (YY_NEW_FILE) to reset the scanner
instead. I'm not an flex expert at all, but this seems to fix the
problem at hand.
FIXED-IN: 5.0.0

M  +1    -1    parser/tokenizer.flex

http://commits.kde.org/kdev-css/96a011ddc8443fd336105fb72f05d670af571e96

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to