Fix typo in 767696 patch

This commit is contained in:
Jeff Law 2011-12-19 06:13:12 +00:00
parent bc05e7ac4d
commit e13f8ca66c
2 changed files with 3 additions and 3 deletions

View File

@ -69,7 +69,7 @@ index 144e20b..402389c 100644
+ if (__builtin_expect (tzspec_len < num_isstd, 0)) + if (__builtin_expect (tzspec_len < num_isstd, 0))
+ goto lose; + goto lose;
+ tzspec_len -= num_isstd; + tzspec_len -= num_isstd;
+ if (__builtin_expect (tzspec == 0 || tzspec_len - 1 < num_isgmt, 0)) + if (__builtin_expect (tzspec_len == 0 || tzspec_len - 1 < num_isgmt, 0))
+ goto lose; + goto lose;
+ tzspec_len -= num_isgmt + 1; + tzspec_len -= num_isgmt + 1;
+ if (__builtin_expect (SIZE_MAX - total_size < tzspec_len, 0)) + if (__builtin_expect (SIZE_MAX - total_size < tzspec_len, 0))

View File

@ -28,7 +28,7 @@
Summary: The GNU libc libraries Summary: The GNU libc libraries
Name: glibc Name: glibc
Version: %{glibcversion} Version: %{glibcversion}
Release: 24%{?dist}.2 Release: 24%{?dist}.3
# GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries. # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
# Things that are linked directly into dynamically linked programs # Things that are linked directly into dynamically linked programs
# and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@ -1138,7 +1138,7 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Sun Dec 18 2011 Jeff Law <law@redhat.com> - 2.14.90-24.fc16.2 * Sun Dec 18 2011 Jeff Law <law@redhat.com> - 2.14.90-24.fc16.3
- Check values from TZ file header (#767696) - Check values from TZ file header (#767696)
- Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI (#552960) - Handle EAGAIN from FUTEX_WAIT_REQUEUE_PI (#552960)
- Add {dist}.# - Add {dist}.#