Accepting request 313676 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/313676 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/less?expand=0&rev=48
This commit is contained in:
commit
673aa38067
12
less-fix_crash_in_hilite_line.patch
Normal file
12
less-fix_crash_in_hilite_line.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: less-458/pattern.c
|
||||
===================================================================
|
||||
--- less-458.orig/pattern.c 2013-04-04 18:55:06.000000000 +0200
|
||||
+++ less-458/pattern.c 2015-06-25 11:06:56.681087046 +0200
|
||||
@@ -277,6 +277,7 @@ match_pattern(pattern, tpattern, line, l
|
||||
struct regexp *spattern = (struct regexp *) pattern;
|
||||
#endif
|
||||
|
||||
+ *sp = *ep = NULL;
|
||||
#if NO_REGEX
|
||||
search_type |= SRCH_NO_REGEX;
|
||||
#endif
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 25 09:17:17 UTC 2015 - vcizek@suse.com
|
||||
|
||||
- fix a crash in hilite_line (boo#915387)
|
||||
* added less-fix_crash_in_hilite_line.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 13 16:10:30 UTC 2015 - kstreitova@suse.com
|
||||
|
||||
|
@ -36,6 +36,8 @@ Patch27: %{name}-429-save_line_position.patch
|
||||
Patch28: %{name}-429-more.patch
|
||||
# PATCH-FIX-UPSTREAM bnc#921719 kstreitova@suse.com -- security fix of an out of bound read access in the UTF-8
|
||||
Patch29: less-458-out_of_bounds_read.patch
|
||||
# PATCH-FIX-UPSTREAM fix crash in nomatch search
|
||||
Patch30: less-fix_crash_in_hilite_line.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: ncurses-devel
|
||||
Requires: file
|
||||
@ -56,6 +58,7 @@ start an editor at any time from within less.
|
||||
%patch27
|
||||
%patch28
|
||||
%patch29 -p1
|
||||
%patch30 -p1
|
||||
#
|
||||
# the ./configure script is not writable for the normal user
|
||||
# rather fix permissions for all files
|
||||
|
Loading…
x
Reference in New Issue
Block a user