changed debian/source/format to native

This commit is contained in:
rtlhq 2022-12-06 23:22:54 +08:00
parent 31bb73a160
commit be4704b807
4 changed files with 1 additions and 19 deletions

View File

@ -279,7 +279,6 @@ static char ** split(const char *arg, const char *delim)
free(result[--i]);
}
free(result);
free(copy);
return NULL;
}
result = tmp;

View File

@ -1,16 +0,0 @@
Description: Remove double free() in contrib/shpsrt, issue #39
Author: Albin Eldstål-Ahrens <laeder.keps@gmail.com>
Origin: https://github.com/OSGeo/shapelib/commit/c75b9281a5b9452d92e1682bdfe6019a13ed819f
Bug: https://github.com/OSGeo/shapelib/issues/39
Bug-Debian: https://bugs.debian.org/1022557
--- a/contrib/shpsort.c
+++ b/contrib/shpsort.c
@@ -279,7 +279,6 @@ static char ** split(const char *arg, co
free(result[--i]);
}
free(result);
- free(copy);
return NULL;
}
result = tmp;

View File

@ -1 +0,0 @@
0001-Remove-double-free-in-contrib-shpsrt-issue-39.patch

View File

@ -1 +1 @@
3.0 (quilt)
3.0 (native)