]> git.pld-linux.org Git - packages/gdbm18.git/blame - gdbm18-jbj.patch
- x32 rebuild
[packages/gdbm18.git] / gdbm18-jbj.patch
CommitLineData
859c71fc 1--- gdbm-1.8.0/gdbmopen.c.jbj Tue Aug 10 10:57:38 1999
2+++ gdbm-1.8.0/gdbmopen.c Tue Aug 10 10:59:06 1999
3@@ -214,7 +214,7 @@
4 file_block_size = block_size;
5
6 /* Get space for the file header. */
7- dbf->header = (gdbm_file_header *) malloc (file_block_size);
8+ dbf->header = (gdbm_file_header *) calloc (1, file_block_size);
9 if (dbf->header == NULL)
10 {
11 gdbm_close (dbf);
This page took 0.078729 seconds and 4 git commands to generate.