Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 185899 | Differences between
and this patch

Collapse All | Expand All

(-)appl/gssmask/gssmaestro.c (-1 / +1 lines)
Lines 238-244 Link Here
238
238
239
    memset(&sast, 0, sizeof(sast));
239
    memset(&sast, 0, sizeof(sast));
240
240
241
    assert(sizeof(sast) >= c->salen);
241
    //assert(sizeof(sast) >= c->salen);
242
242
243
    fd = socket(c->sa->sa_family, SOCK_STREAM, 0);
243
    fd = socket(c->sa->sa_family, SOCK_STREAM, 0);
244
    if (fd < 0)
244
    if (fd < 0)

Return to bug 185899