summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch5
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
index 9126aba8d3..ba3edff0b4 100644
--- a/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
+++ b/meta-python/recipes-devtools/python/python3-pybluez/0001-Use-Py_ssize_t-when-parsing-buffer-length-fix-426-42.patch
@@ -19,8 +19,11 @@ From python 3.8 changes:
19> values for detail. (Contributed by Inada Naoki in bpo-36381.) 19> values for detail. (Contributed by Inada Naoki in bpo-36381.)
20 20
21Fixes https://github.com/pybluez/pybluez/issues/426 21Fixes https://github.com/pybluez/pybluez/issues/426
22
23Upstream-Status: Accepted [https://github.com/pybluez/pybluez/pull/427]
24Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
25
22--- 26---
23Upstream-Status: Accepted
24 27
25 bluez/btmodule.c | 23 ++++++++++++++--------- 28 bluez/btmodule.c | 23 ++++++++++++++---------
26 msbt/_msbt.c | 6 ++++-- 29 msbt/_msbt.c | 6 ++++--