summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_exit.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2010-06-29 16:57:30 +0000
committerglebius <glebius@FreeBSD.org>2010-06-29 16:57:30 +0000
commit828edb743f1430cfeee934faaf3a3e4bc3d39339 (patch)
tree4dbd943ff94944473acd487b6209e350648be19b /sys/kern/kern_exit.c
parent54217fc822cf166ce9329ac50c0c06e7e90fcfb3 (diff)
downloadFreeBSD-src-828edb743f1430cfeee934faaf3a3e4bc3d39339.zip
FreeBSD-src-828edb743f1430cfeee934faaf3a3e4bc3d39339.tar.gz
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
Diffstat (limited to 'sys/kern/kern_exit.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud