[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another line-length issue



Chris Chiappa <griffon+heimdal-discuss@snurgle.org> writes:
> kadmin/load.c uses a statically sized 1kb buffer to read lines in.  This
> causes problems with principals with large numbers of keys.  The naive fix
> is just to bump the buffer up to some unreasonably large size like 8kb, I'm
> sure someone else can do something a bit more elegant.

To begin with, Johan has incorporated your fix.

/assar