View | Details | Raw Unified | Return to bug 64363
Collapse All | Expand All

(-)nanoftp.c.orig (+6 lines)
Lines 1130-1135 Link Here
1130
	    return (-1);
1130
	    return (-1);
1131
	}
1131
	}
1132
1132
1133
	if ((unsigned int) hp->h_length >
1134
		sizeof(((struct sockaddr_in *)&ctxt->ftpAddr)->sin_addr)) {
1135
		return (-1);
1136
	}
1137
1138
1133
    /*
1139
    /*
1134
     * Prepare the socket
1140
     * Prepare the socket
1135
     */
1141
     */

Return to bug 64363