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

(-)xen-3.4.1/tools/libxc/xc_core.c.orig (+1 lines)
Lines 321-326 Link Here
321
    struct xen_dumpcore_elfnote_none_desc none;
321
    struct xen_dumpcore_elfnote_none_desc none;
322
322
323
    elfnote_init(&elfnote);
323
    elfnote_init(&elfnote);
324
    if (sizeof(none))
324
    memset(&none, 0, sizeof(none));
325
    memset(&none, 0, sizeof(none));
325
326
326
    elfnote.descsz = sizeof(none);
327
    elfnote.descsz = sizeof(none);

Return to bug 280773