diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2023-01-23 17:23:44 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2023-01-23 17:25:51 +0100 |
| commit | d5f5fce6bef39ccd77c463634c75d01b36f155e6 (patch) | |
| tree | 9a6ae9468a51ae5e57c0fa7ad0c70f2295b5b99b /debian/patches/xref_symvalid.patch | |
| parent | e2eb2a445cf05c8bd79afcaa8630c41a3edf9c5d (diff) | |
debian: drop patches merged upstream
All patches tracked here got picked up for 8.4.2.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'debian/patches/xref_symvalid.patch')
| -rw-r--r-- | debian/patches/xref_symvalid.patch | 13 |
1 files changed, 0 insertions, 13 deletions
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; - |
