diff options
| author | Sam Hartman <hartmans@mit.edu> | 1995-06-14 22:27:37 +0000 |
|---|---|---|
| committer | Sam Hartman <hartmans@mit.edu> | 1995-06-14 22:27:37 +0000 |
| commit | 041c06b9a7871bee25c315b207c6f7093d81e505 (patch) | |
| tree | d02b5dc0a0ce5a3e8ffb0f08af2e0483818a3d59 /src/kadmin/v5server/ChangeLog | |
| parent | 40efb562e1ee4532b99e05b506393d158c208997 (diff) | |
| download | krb5-041c06b9a7871bee25c315b207c6f7093d81e505.tar.gz krb5-041c06b9a7871bee25c315b207c6f7093d81e505.tar.xz krb5-041c06b9a7871bee25c315b207c6f7093d81e505.zip | |
Fixed ACL routines to work on systems with unsigned char.
Also fixed minor ordering problem in error checks.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6063 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kadmin/v5server/ChangeLog')
| -rw-r--r-- | src/kadmin/v5server/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/kadmin/v5server/ChangeLog b/src/kadmin/v5server/ChangeLog index 2dbae7792..c2cb92393 100644 --- a/src/kadmin/v5server/ChangeLog +++ b/src/kadmin/v5server/ChangeLog @@ -1,3 +1,15 @@ +Wed Jun 14 17:19:09 1995 Sam Hartman <hartmans@tardis.MIT.EDU> + + * srv_acl.c (acl_get_line): Check to make sure we haven't exceeded + the buffer size before overwriting the newline we may have just + read. If the newline is clobbered, there is no way of + distinguishing between a line that uses the full buffer from a + line longer than the full buffer. Also, cast EOF to a char, so + that it works on unsigned char systems. This means you can't + distinguish reading 0xff at the beginning of a line from EOF, but + the only other option is to introduce an intermediate variable. + + Tue Jun 13 11:36:52 1995 Sam Hartman <hartmans@tardis.MIT.EDU> * srv_net.c: Include sys/select.h if it is found. |
