apron/apron-format-security.patch
2013-11-20 09:36:05 -07:00

12 lines
381 B
Diff

--- ./box/box_representation.c.orig 2009-09-11 12:00:28.000000000 -0600
+++ ./box/box_representation.c 2013-11-20 07:55:00.000000000 -0700
@@ -270,7 +270,7 @@ void box_fprintdiff(FILE* stream,
( sgn1<0 ?
"+[" :
"[=, " );
- fprintf(stream,str);
+ fputs(str,stream);
if (sgn1!=0){
bound_neg(bound,b->p[i]->inf);
bound_fprint(stream,bound);