[134] in Kerberos_V5_Development
Re: error codes again
jtkohl@ATHENA.MIT.EDU (jtkohl@ATHENA.MIT.EDU)
Mon Jan 22 11:17:18 1990
I'm leery about returning pointer-to-struct for error codes, mostly
because that can hairify some error checking/handling code.
It also can lead to memory leaks for lazy programmers (the only real
place to put the structure and its string would be allocated storage,
since we need multi-threaded safe interfaces)
Re: command line option to turn on in-library debugging statements.
Jay, you have remarked several times about your desire for a consistent
argument parsing convention; can you put together a short proposal of
what you'd like to see there, and maybe someone else can look into what
it would take to adapt the X11 argument-parsing code.