Accepting request 969997 from home:dirkmueller:Factory

- update file-5.41-cache-regexps.patch to fix cache offset
  miscalculation (bsc#1197780)

OBS-URL: https://build.opensuse.org/request/show/969997
OBS-URL: https://build.opensuse.org/package/show/Base:System/file?expand=0&rev=241
This commit is contained in:
Dirk Mueller 2022-04-13 20:46:49 +00:00 committed by Git OBS Bridge
parent 03ac71daa8
commit 6cddf614ad
2 changed files with 7 additions and 1 deletions

View File

@ -75,7 +75,7 @@ Index: file-5.41/src/apprentice.c
if (ma[j].cont_level == 0)
break;
v->nmagic = j - i;
+ v->magic_rxcomp = ml->magic_rxcomp;
+ v->magic_rxcomp = &(ml->magic_rxcomp[i]);
return 0;
}
}

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 13 20:41:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update file-5.41-cache-regexps.patch to fix cache offset
miscalculation (bsc#1197780)
-------------------------------------------------------------------
Wed Mar 23 09:02:37 UTC 2022 - Dirk Müller <dmueller@suse.com>