79351bde34
Add backwards compatibility symlinks to /usr/include/qhull. Add patch to fix format string security flaw (via Gentoo).
13 lines
422 B
Diff
13 lines
422 B
Diff
diff --git src/libqhull/io.c src/libqhull/io.c
|
|
index 6601ffd..fb1a7fd 100644
|
|
--- src/libqhull/io.c
|
|
+++ src/libqhull/io.c
|
|
@@ -2238,7 +2238,7 @@ void qh_printfacet3math(FILE *fp, facetT *facet, qh_PRINT format, int notfirst)
|
|
qh_memfree(point, qh normal_size);
|
|
qh_settempfree(&points);
|
|
qh_settempfree(&vertices);
|
|
- qh_fprintf(fp, 9110, endfmt);
|
|
+ qh_fprintf(fp, 9110, "%s", endfmt);
|
|
} /* printfacet3math */
|
|
|
|
|