From: | ghudson@mit.edu |
Subject: | SVN Commit |
The dispatch() in kadmind's schpw.c could return a failure code with
an allocated response container. net-server.c does not expect this
and leaks the container in the UDP case. Free the container in
dispatch() if we are returning an error.
https://github.com/krb5/krb5/commit/4ffd70b133afea3d19fccbac269798c1d210c0fd
Commit By: ghudson
Revision: 24886
Changed Files:
U trunk/src/kadmin/server/schpw.c