X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ChangeLog;h=4f93dac2989ad6b5e43316aa62a285ee30d71dd8;hb=a36ad5e29241b0c89379947b13887cb6930ef3e0;hp=91fab17519c16b6baf6c84992ec0c531e5735486;hpb=31c730086f07bd21737fe3808853d22d30661e53;p=ircu2.10.12-pk.git diff --git a/ChangeLog b/ChangeLog index 91fab17..4f93dac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2010-01-01 Michael Poole + + * ircd/s_auth.c (iauth_do_spawn): Add debug output to diagnose + which system call might be failing. + (auth_spawn): Avoid reading past the end of iauth->i_argv[]. When + discarding an existing IAuth instance, use auth_close_unused() to + close the sockets and avoid leaking memory. + +2010-01-01 Michael Poole + + * ircd/channel.c (mode_process_bans): Bypass total ban count and + length checks for OPMODEs. + 2010-01-01 Michael Poole * ircd/ircd_features.c (feature_report): If sd->sd_funcdata is