- Fixed a busy loop in the egf-speedup patch (bug #140781).
This commit is contained in:
parent
41ed4935a4
commit
5b2463aa13
@ -327,7 +327,7 @@
|
|||||||
+ if (len == (size_t) -1 || len == (size_t) -2 || len == 0)
|
+ if (len == (size_t) -1 || len == (size_t) -2 || len == 0)
|
||||||
+ {
|
+ {
|
||||||
+ memset (&mbs, '\0', sizeof (mbstate_t));
|
+ memset (&mbs, '\0', sizeof (mbstate_t));
|
||||||
+ continue;
|
+ len = 1;
|
||||||
+ }
|
+ }
|
||||||
+ if (len == 1 && *end == eol)
|
+ if (len == 1 && *end == eol)
|
||||||
+ break;
|
+ break;
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: The GNU versions of grep pattern matching utilities.
|
Summary: The GNU versions of grep pattern matching utilities.
|
||||||
Name: grep
|
Name: grep
|
||||||
Version: 2.5.1
|
Version: 2.5.1
|
||||||
Release: 40
|
Release: 41
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.bz2
|
Source: ftp://ftp.gnu.org/pub/gnu/grep/grep-%{version}.tar.bz2
|
||||||
@ -85,6 +85,9 @@ fi
|
|||||||
%{_mandir}/*/*
|
%{_mandir}/*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 3 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-41
|
||||||
|
- Fixed a busy loop in the egf-speedup patch (bug #140781).
|
||||||
|
|
||||||
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-40
|
* Thu Nov 18 2004 Tim Waugh <twaugh@redhat.com> 2.5.1-40
|
||||||
- Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
|
- Fixed a bug in the fgrep patch, exposed by the dfa-optional patch
|
||||||
(bug #138558).
|
(bug #138558).
|
||||||
|
Loading…
Reference in New Issue
Block a user