diff options
author | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-06-08 20:00:13 +0200 |
---|---|---|
committer | Jeroen Nijhof <jeroen@jeroennijhof.nl> | 2012-06-08 20:00:13 +0200 |
commit | b8dcd8f5c3f4cd582c88bbfd93d0909277eca3f0 (patch) | |
tree | cbfbcca22919ae058812d7085d10a9f23234f701 /ChangeLog | |
parent | 0a9f299095dac79ed9728af663302d5569d968e9 (diff) | |
download | pam_tacplus-b8dcd8f5c3f4cd582c88bbfd93d0909277eca3f0.tar.gz pam_tacplus-b8dcd8f5c3f4cd582c88bbfd93d0909277eca3f0.zip |
Moved debug message after active_server validation
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,5 +1,7 @@ 1.3.7 -* attrib.c: Explicity setting *attr to NULL after free(), +* pam_tacplus.c: moved debug message after active_server validation, avoiding + null pointer exception +* attrib.c: explicity setting *attr to NULL after free(), thanks to Anthony Low <anthonyl@xkl.com> 1.3.6 |