pixman: Branch 'master'

Søren Sandmann Pedersen sandmann at kemper.freedesktop.org
Wed Jun 13 04:32:06 PDT 2012


 test/stress-test.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit eadb442b5c825679016de7e7acb837e58f92bfc4
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Tue Jun 12 22:04:29 2012 -0400

    test: Add missing break in stress-test.c
    
    Found by coverity:
    
    https://bugzilla.redhat.com/show_bug.cgi?id=756069

diff --git a/test/stress-test.c b/test/stress-test.c
index 0b48da3..7fc067e 100644
--- a/test/stress-test.c
+++ b/test/stress-test.c
@@ -412,6 +412,7 @@ set_general_properties (pixman_image_t *image, pixman_bool_t allow_alpha_map)
 
 	case 6: case 7:
 	    n_rects = 3;
+	    break;
 
 	default:
 	    n_rects = lcg_rand_n (100);


More information about the xorg-commit mailing list