Committed and credited. Thanks! -Rob
On Tue, 30 Apr 2002, Jeremy Howard wrote: > In lmtpproxyd.c verify_user(): > ---- > if (plus) l = plus - user; > - else l = strlen(buf); > ---- > if (plus) l = plus - user; > + else l = strlen(user); > ---- > > Yes, I'm too lazy to do a real patch, but you get the idea... ;-) > > buf is actually uninitialized at this point, so this bug causes > intermittent failures that are hard to track down. > > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob Siemborski * Andrew Systems Group * Cyert Hall 235 * 412-268-7456 Research Systems Programmer * /usr/contributed Gatekeeper
