2e7204 test-cpu-set-util: fix comparison for allocation size

1 file Authored by Zbigniew Jędrzejewski-Szmek 4 years ago, Committed by Packit Service 4 years ago,
    test-cpu-set-util: fix comparison for allocation size
    
    On i386, __cpu_mask is 4 bytes, so we'd check if c.allocated >= 0, and
    gcc would warn about a bogus comparison. Let's round up.
    
    Fixes #12726.
    
    (cherry picked from commit a299ce058b41b21c87f36e77e2c563b0ddd1be0d)
    
    Related: #1734787
    
    patch_name: 0294-test-cpu-set-util-fix-comparison-for-allocation-size.patch
    present_in_specfile: true
    location_in_specfile: 294
    squash_commits: true
    
        
file modified
+11 -11