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
The code in the pam.cpp and pam.h files is causing memory leaks, resulting in a continuous increase in memory consumption over time. The leaks amount to 8,192 bytes in 2 blocks. This issue needs to be addressed to ensure proper memory management and prevent potential memory-related problems.
Tested with :
htop
gdb
r2
valgrind
g++/ASan
The text was updated successfully, but these errors were encountered:
The code in the pam.cpp and pam.h files is causing memory leaks, resulting in a continuous increase in memory consumption over time. The leaks amount to 8,192 bytes in 2 blocks. This issue needs to be addressed to ensure proper memory management and prevent potential memory-related problems.
Tested with :
The text was updated successfully, but these errors were encountered: