From d5f5fce6bef39ccd77c463634c75d01b36f155e6 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Mon, 23 Jan 2023 17:23:44 +0100 Subject: debian: drop patches merged upstream All patches tracked here got picked up for 8.4.2. Signed-off-by: David Lamparter --- debian/patches/xref_symvalid.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 debian/patches/xref_symvalid.patch (limited to 'debian/patches/xref_symvalid.patch') diff --git a/debian/patches/xref_symvalid.patch b/debian/patches/xref_symvalid.patch deleted file mode 100644 index d80d216403..0000000000 --- a/debian/patches/xref_symvalid.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/lib/elf_py.c b/lib/elf_py.c -index 75d2d6007f83..7c503cfb9db3 100644 ---- a/lib/elf_py.c -+++ b/lib/elf_py.c -@@ -293,7 +293,7 @@ static PyObject *elfreloc_getsection(PyObject *self, PyObject *args) - if (!w->es) - Py_RETURN_NONE; - -- if (w->symidx == 0) { -+ if (!w->symvalid || w->symidx == 0) { - size_t idx = 0; - Elf_Scn *scn; - -- cgit v1.2.3