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/sys-devel/bc/files/bc-1.06.95-void_uninitializ...

14 lines
351 B

http://www.pixelbeat.org/programming/oss_bug_flow.html
https://bugs.gentoo.org/349339
--- bc/storage.c
+++ bc/storage.c
@@ -99,6 +99,7 @@
{
f = &functions[indx];
f->f_defined = FALSE;
+ f->f_void = FALSE;
f->f_body = (char *) bc_malloc (BC_START_SIZE);
f->f_body_size = BC_START_SIZE;
f->f_code_size = 0;