SHA256
8
0
forked from pool/libxml2

Accepting request 927304 from home:mcepl:branches:devel:libraries:c_c++

- Rewrite package to the single-spec %python_subpackage_only style and
  eliminate unnecessary multibuild.

OBS-URL: https://build.opensuse.org/request/show/927304
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libxml2?expand=0&rev=167
This commit is contained in:
2021-10-25 13:06:46 +00:00
committed by Git OBS Bridge
parent dab74a36e1
commit 8088db10c7
8 changed files with 90 additions and 120 deletions

View File

@@ -8,11 +8,9 @@ encoded. We should check for this and return None, rather than returning
NULL. Fixes a NULL pointer dereference when reporting an error with an
invalid string.
---
python/types.c | 4 ++++
python/types.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/python/types.c b/python/types.c
index 124af565..50951ba3 100644
--- a/python/types.c
+++ b/python/types.c
@@ -150,6 +150,10 @@ libxml_charPtrConstWrap(const char *str)
@@ -26,6 +24,3 @@ index 124af565..50951ba3 100644
return (ret);
}
--
2.18.0