Ticket #3536: bc-1.06.95-void_uninitialized.patch
File bc-1.06.95-void_uninitialized.patch, 352 bytes (added by , 11 years ago) |
---|
-
bc/storage.c
http://www.pixelbeat.org/programming/oss_bug_flow.html https://bugs.gentoo.org/349339
99 99 { 100 100 f = &functions[indx]; 101 101 f->f_defined = FALSE; 102 f->f_void = FALSE; 102 103 f->f_body = (char *) bc_malloc (BC_START_SIZE); 103 104 f->f_body_size = BC_START_SIZE; 104 105 f->f_code_size = 0;