summaryrefslogtreecommitdiffstats
path: root/abs/core/bc/bc-1.06.95-void_uninitialized.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/bc/bc-1.06.95-void_uninitialized.patch')
-rw-r--r--abs/core/bc/bc-1.06.95-void_uninitialized.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/abs/core/bc/bc-1.06.95-void_uninitialized.patch b/abs/core/bc/bc-1.06.95-void_uninitialized.patch
deleted file mode 100644
index c60290c..0000000
--- a/abs/core/bc/bc-1.06.95-void_uninitialized.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-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;
-