[patch] applied: plumbleak

2 views
Skip to first unread message

9cha...@cat-v.org

unread,
Jul 6, 2008, 8:18:23 PM7/6/08
to plan9c...@googlegroups.com
Created Jul 6 18:18 by none
Processed Jul 7 00:18 by geoff

stop leak

--
/sys/src/libplumb/mesg.c
mesg.c.orig:26,31 - /n/sources/patch/applied/plumbleak/mesg.c:26,32
if(s == nil)
return -1;
f = open(s, ORDWR);
+ free(s);
if(f < 0)
return -1;
if(mount(f, -1, "/mnt/plumb", MREPL, "") < 0){

Reply all
Reply to author
Forward
0 new messages