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

(-)traceroute.c.orig (-1 / +1 lines)
Lines 2997-3003 Link Here
2997
    int len = ntohs(getshort(ans+off));
2997
    int len = ntohs(getshort(ans+off));
2998
    int retval = off+len+2;
2998
    int retval = off+len+2;
2999
    int i,j;
2999
    int i,j;
3000
    char name[256];
3000
    static char name[256];
3001
3001
3002
    off += 2;
3002
    off += 2;
3003
    switch (typ) {
3003
    switch (typ) {

Return to bug 143935