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

Collapse All | Expand All

(-)/usr/portage/sys-libs/glibc/files/2.3.3/ssp.c (-1 / +1 lines)
Lines 81-87 Link Here
81
      fd = open ("/dev/urandom", O_RDONLY);
81
      fd = open ("/dev/urandom", O_RDONLY);
82
    if (fd != (-1))
82
    if (fd != (-1))
83
      {
83
      {
84
	size = read (fd, (char *) &__guard, sizeof (__guard));
84
	size = __libc_read (fd, (char *) &__guard, sizeof (__guard));
85
	close (fd);
85
	close (fd);
86
	if (size == sizeof (__guard))
86
	if (size == sizeof (__guard))
87
	  return;
87
	  return;

Return to bug 66553