Received: from pacific-carrier-annex.mit.edu (PACIFIC-CARRIER-ANNEX.MIT.EDU [18.7.21.83]) by krbdev.mit.edu (8.9.3) with ESMTP id LAA24625; Tue, 25 Feb 2003 11:42:40 -0500 (EST) Received: from konishi-polis.mit.edu (STRATTON-ONE-NINETY-SIX.MIT.EDU [18.187.5.196]) by pacific-carrier-annex.mit.edu (8.9.2/8.9.2) with ESMTP id LAA24391 for ; Tue, 25 Feb 2003 11:42:39 -0500 (EST) Received: by konishi-polis.mit.edu (Postfix, from userid 8042) id B7A2D151F11; Tue, 25 Feb 2003 11:42:38 -0500 (EST) To: krb5-bugs@mit.edu Subject: krb__get_srvtab_name leaks memory Message-Id: <20030225164238.B7A2D151F11@konishi-polis.mit.edu> Date: Tue, 25 Feb 2003 11:42:38 -0500 (EST) From: hartmans@MIT.EDU (Sam Hartman) X-RT-Original-Encoding: iso-8859-1 Content-Length: 184 Each call to the keyfile macro in krb.h will strdup a copy of the srvtab name. Since this macro appears to be a variable not a function, the caller is unlikely to free the memory.