Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 288256
Collapse All | Expand All

(-)a/src/pcf/pcfread.c (-2 / +1 lines)
Lines 436-442 THE SOFTWARE. Link Here
436
    FT_TRACE4(( "  nprop = %d (truncate %d props)\n",
436
    FT_TRACE4(( "  nprop = %d (truncate %d props)\n",
437
                (int)nprops, nprops - (int)nprops ));
437
                (int)nprops, nprops - (int)nprops ));
438
438
439
    nprops = nprops - (int)nprops;
439
    /* nprops = nprops - (int)nprops; /* see https://bugs.gentoo.org/288256 */
440
440
441
    /* rough estimate */
441
    /* rough estimate */
442
    if ( nprops > size / PCF_PROPERTY_SIZE )
442
    if ( nprops > size / PCF_PROPERTY_SIZE )
443
- 

Return to bug 288256