Comment 7 for bug 22372

Revision history for this message
Martin Pitt (pitti) wrote :

We discussed that on vendor-sec, but it blew off to the public now. OK, the
patch is easy. I already asked on vendor-sec: What should this change be good for?

- keyword[count++] = ch;
+ keyword[count] = ch;
+ count++;

these look perfectly equivalent to me.