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

Collapse All | Expand All

(-)glibc-2.2.5-r4.ebuild (+5 lines)
Lines 76-81 Link Here
76
        cd ${S}
76
        cd ${S}
77
        patch -p1 < ${FILESDIR}/glibc-divdi3.diff || die
77
        patch -p1 < ${FILESDIR}/glibc-divdi3.diff || die
78
	fi
78
	fi
79
80
	# This patch fixes a buffer overflow in the dns network resolver code in versions 2.2.5 and earlier.
81
	# http://www.cert.org/advisories/CA-2002-19.html
82
	cd ${S}
83
	patch -p1 < ${FILESDIR}/glibc-2.2.5-dns-network-overflow.diff || die
79
	
84
	
80
}
85
}
81
86

Return to bug 4923