You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/alliance/files/alliance-5.0.20070718-overu...

13 lines
440 B

# fix buffer overun (bug 340789)
--- druc/src/drucbath.c.orig 2010-10-15 14:15:52.000000000 +0000
+++ druc/src/drucbath.c 2010-10-15 14:19:03.000000000 +0000
@@ -66,7 +66,7 @@
rdsins_list *InstanceCourante;
char *TmpErrorFileName;
FILE *TmpErrorFile;
-char DrucTmpFileBuffer [ DRUC_MAX_STRING_BUFFER + 1 ];
+char DrucTmpFileBuffer [ DRUC_MAX_FILE_BUFFER + 1 ];
fputs ( "\n" ,
DrucErrorFile