You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.
There appears to be a memory leak in kerberos.authGSSServerStep(). I am able to reproduce it consistently by calling the following function in a tight loop:
After a few minutes memory usage goes from 30MiB to a few hundred MiB. This was identified in a web server using the library which would leak considerable amounts of memory over several days.
Environment:
kerberos (this library) version 1.3.11
RHEL 7, CentOS 7, and AmazonLinux 2
krb5-libs 1.15.1
Python 3.11
The text was updated successfully, but these errors were encountered:
Could this be this Kerberos issue from 2007? For comparison, I do not see a memory leak when I use python-gssapi for the same purpose (server-side Kerberos authentication over HTTP), even though IIUC that library also depends on MIT Kerberos's GSSAPI implementation.
There appears to be a memory leak in
kerberos.authGSSServerStep()
. I am able to reproduce it consistently by calling the following function in a tight loop:After a few minutes memory usage goes from 30MiB to a few hundred MiB. This was identified in a web server using the library which would leak considerable amounts of memory over several days.
Environment:
kerberos
(this library) version 1.3.11RHEL 7, CentOS 7, and AmazonLinux 2
krb5-libs
1.15.1
Python 3.11
The text was updated successfully, but these errors were encountered: