Nice to hear that this has been discovered and fixed. valgrind is a nice help on memory leaks, do you use it often to debug bongo?
Patrick Felt escreveu: > Jur helped me out by pointing me at some domains to which bongo could > not send. i found a couple of bugs because of that that have been fixed > in 514. > > 1) a memory overwrite because we weren't properly duplicating a memory > location which we were using. eventually this got overwritten with > other data. i'm not sure why we didn't see this earlier and was only > reproduceable when i was using his example domains > 2) in the pipelining code in smtp we were writing out to the connection > an 8 character length string, but telling connio to write out 9 > characters. this caused a null byte to get sent over which messed > everything up kinda bad > > pat > > > _______________________________________________ > Bongo-devel mailing list > [EMAIL PROTECTED] > https://mail.gna.org/listinfo/bongo-devel > _______________________________________________ Bongo-users mailing list [email protected] https://mail.gna.org/listinfo/bongo-users
