From: Ken Raeburn Date: Wed, 6 Aug 2008 15:51:48 +0000 (+0000) Subject: bad free in kprop X-Git-Tag: krb5-1.7-alpha1~533 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f4fdf77f12047e3a6dadd3fcb85363657d8826f4;p=krb5.git bad free in kprop Don't free automatic storage after sending database. ticket: new target_version: 1.6.4 tags: pullup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20611 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/slave/kprop.c b/src/slave/kprop.c index 42bc8fbda..164f8aeb8 100644 --- a/src/slave/kprop.c +++ b/src/slave/kprop.c @@ -684,7 +684,7 @@ xmit_database(context, auth_context, my_creds, fd, database_fd, exit(1); } free(outbuf.data); - free(inbuf.data); + /* inbuf.data points to local storage */ } void