Followup-For: Bug #933057
Control: tag -1 pending
buster-pu request: https://bugs.debian.org/948850
Andreas
Yes, that's one possible fix.
But if you grab a newer version from upstream, pointer_deref_comparison.patch
isn't necessary at all. The change from '\0' to NULL was already made 2018-09-19
as I described above in message #5 on this report.
I suppose grabbing the newer version make sense in the lo
Modifying pointer_deref_comparison.patch as follows works for me.
--- a/debian/patches/pointer_deref_comparison.patch
+++ b/debian/patches/pointer_deref_comparison.patch
@@ -5,7 +5,7 @@
}
if (alvec) {
-if ((alvecp = *alvec) != '\0') {
-+if (*(alvecp = *alvec) != '\0') {
++
3 matches
Mail list logo