diff options
author | Theodore Tso <tytso@mit.edu> | 1993-06-03 19:29:40 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1993-06-03 19:29:40 +0000 |
commit | 746386f12e01102acbe5637aac6f1259c74bb552 (patch) | |
tree | 715df6527f739854dc978c588047607e1907e9e9 /src/IDEAS | |
parent | acbed92e113f54d33789d427e697a23a0f07ab64 (diff) | |
download | krb5-746386f12e01102acbe5637aac6f1259c74bb552.tar.gz krb5-746386f12e01102acbe5637aac6f1259c74bb552.tar.xz krb5-746386f12e01102acbe5637aac6f1259c74bb552.zip |
Initial revision
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@2611 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/IDEAS')
-rw-r--r-- | src/IDEAS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/IDEAS b/src/IDEAS new file mode 100644 index 0000000000..fb902ab691 --- /dev/null +++ b/src/IDEAS @@ -0,0 +1,7 @@ +[tytso:19920921.1439EDT] + +Add debugging code to the free subroutines, such as +krb5_free_keyblock() to catch cases when NULL is passed to them. This +should be a compile-time option, of course... + + |