Files
gentoo/sci-libs/superlu/files/superlu-4.3-format-security.patch
Sam James 3639673e1d sci-libs/superlu: tidy patches
Signed-off-by: Sam James <sam@gentoo.org>
2021-04-19 20:11:05 +01:00

12 lines
178 B
Diff

--- a/SRC/util.c
+++ b/SRC/util.c
@@ -29,7 +29,7 @@
void superlu_abort_and_exit(char* msg)
{
- fprintf(stderr, msg);
+ fprintf(stderr, "%s", msg);
exit (-1);
}