Coverity: CID 21065: Missing break
authorNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 29 Feb 2012 15:56:01 +0000 (10:56 -0500)
committerNelson Ferreira <nelson.ferreira@ieee.org>
Wed, 29 Feb 2012 15:56:01 +0000 (10:56 -0500)
* src/regex.c (common_op_match_null_string_p): Insert missing
brake for set_number_at case.

Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
src/regex.c

index 8cb04ee..6f9fb9c 100644 (file)
@@ -6537,6 +6537,7 @@ common_op_match_null_string_p(unsigned char **p, unsigned char *end,
 
        case set_number_at:
                p1 += 4;
+               break;
 
        default:
                /* All other opcodes mean we cannot match the empty string.  */