9432f88be7329580b59ba265e8873599d86660e5 |
|
27-May-2014 |
Phil Carmody <phil@dovecot.fi> |
fts: parser-html - parser can fail on attributes='with values in single quotes'
If that value were to contain an odd number of double quotes, then the
HTML_STATE_TAG_(D)QUOTED state would be entered and not exited.
The two quoting types behave basically the same, so just add two new cases
and duplicate the state transition code. |