K 10 svn:author V 7 glebius K 8 svn:date V 27 2010-06-29T16:57:30.476003Z K 7 svn:log V 374 After processing the O_SKIPTO opcode our cmd points to the next rule, and "match" processing at the end of inner loop would look ahead into the next rule, which is incorrect. Particularly, in the case when the next rule started with F_NOT opcode it was skipped blindly. To fix this, exit the inner loop with the continue operator forcibly and explicitly. PR: kern/147798 END