app-i18n/scim: Delete old version (1.4.14).
[gentoo.git] / dev-libs / oniguruma / files / oniguruma-5.9.6-CVE-2017-9224.patch
1 https://github.com/kkos/oniguruma/issues/57
2 https://github.com/kkos/oniguruma/commit/690313a061f7a4fa614ec5cc8368b4f2284e059b
3
4 Author: K.Kosako <kosako@sofnec.co.jp>
5
6 --- a/regexec.c
7 +++ b/regexec.c
8 @@ -1473,14 +1473,9 @@
9        break;
10  
11      case OP_EXACT1:  MOP_IN(OP_EXACT1);
12 -#if 0
13        DATA_ENSURE(1);
14        if (*p != *s) goto fail;
15        p++; s++;
16 -#endif
17 -      if (*p != *s++) goto fail;
18 -      DATA_ENSURE(0);
19 -      p++;
20        MOP_OUT;
21        break;
22