[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Increasing nick and username lengths?
On Nov 04, James Waldrop wrote:
|
| I've increased the NICKLEN and USERLEN fields by 6 each (to match the
| standard length used by the platform where our stuff is being hosted),
| and am wondering if there are any hidden gotchas in there.
|
I assume you did a "make clean" before recompiling,
I wouldn't be surprised if NICKLEN/USERLEN weren't used in
the code for buffer sizes as well as other string length
evaluations. (sigh)
(I'm actually quite sure there are..)
Send us a diff if you fix anything related to this.