projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19b47ea
)
prevent double free of 'ce->cd_file' or later use of invalid data
author
Glenn Burkhardt
<glenn@aoi.ultranet.com>
Fri, 27 Jun 2003 17:02:13 +0000
(17:02 +0000)
committer
Glenn Burkhardt
<glenn@aoi.ultranet.com>
Fri, 27 Jun 2003 17:02:13 +0000
(17:02 +0000)
uip/mhfree.c
patch
|
blob
|
history
diff --git
a/uip/mhfree.c
b/uip/mhfree.c
index
5751801
..
c43c5e9
100644
(file)
--- a/
uip/mhfree.c
+++ b/
uip/mhfree.c
@@
-271,6
+271,7
@@
free_encoding (CT ct, int toplevel)
if (ce->ce_unlink)
unlink (ce->ce_file);
free (ce->ce_file);
+ ce->ce_file = NULL;
}
if (toplevel) {