[5911] in Athena Bugs
Saber msg: v3.0 beta (8/6/90 quicksilver decstation Ultrix 3.x 0 0)
daemon@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Fri Aug 31 14:55:57 1990
From: jtkohl@ATHENA.MIT.EDU
Date: Fri, 31 Aug 90 14:55:33 EDT
To: bugs@ATHENA.MIT.EDU
Cc: jtkohl@ATHENA.MIT.EDU
xsaber 3.0 STILL doesn't fix the problem of references which run through
constant pointers.
e.g.:
...
const krb5_authdata *inad;
...
if (!(tmpad->contents = (krb5_octet *)malloc(inad->length)))
yields:
E#543, Illegal argument type:
(struct _krb5_authdata const *) ->
removing the const (or -Dconst=) causes saber to stop complaining, but defeats
the idea.