commit:     3933fab363f87b3a69bc2a59c9d3abe8ed094788
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Wed May 20 15:30:45 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu May 21 08:22:43 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3933fab3

dev-libs/isl: remove unused patch

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-libs/isl/files/isl-0.22-bmap-nullderef.patch | 34 ------------------------
 1 file changed, 34 deletions(-)

diff --git a/dev-libs/isl/files/isl-0.22-bmap-nullderef.patch 
b/dev-libs/isl/files/isl-0.22-bmap-nullderef.patch
deleted file mode 100644
index 00104f1f432..00000000000
--- a/dev-libs/isl/files/isl-0.22-bmap-nullderef.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-https://groups.google.com/forum/#!original/isl-development/Otz1QKZDpzA/71GkTvqkCAAJ
-https://bugs.gentoo.org/702968
-
-Subject: [MAINT PATCH] isl_basic_map_underlying_set: fix error handling
-Date: Tue,  7 Jan 2020 23:02:42 +0100
-Message-Id: <[email protected]>
-X-Mailer: git-send-email 2.24.1.591.g12029dc57d
-MIME-Version: 1.0
-Content-Transfer-Encoding: 8bit
-From: Sven Verdoolaege <[email protected]>
-
-The check for a valid bmap before accessing its n_div field
-was inadvertently removed in isl-0.21-230-g6a4c4bbf31 (isl_map.c:
-extract out shared isl_basic_map_{take,restore}_space,
-Thu Aug 11 10:27:49 2016 +0200).
-
-Reported-by: Richard Biener <[email protected]>
-Signed-off-by: Sven Verdoolaege <[email protected]>
----
- isl_map.c | 2 ++
- 1 file changed, 2 insertions(+)
---- a/isl_map.c
-+++ b/isl_map.c
-@@ -5511,6 +5511,8 @@ __isl_give isl_basic_set *isl_basic_map_underlying_set(
-           !isl_space_is_named_or_nested(bmap->dim, isl_dim_out))
-               return bset_from_bmap(bmap);
-       bmap = isl_basic_map_cow(bmap);
-+      if (!bmap)
-+              return NULL;
-       space = isl_basic_map_take_space(bmap);
-       space = isl_space_underlying(space, bmap->n_div);
-       bmap = isl_basic_map_restore_space(bmap, space);
--- 
-2.24.1.591.g12029dc57d

Reply via email to