Fabio M. Di Nitto wrote: > correct patch in attachment without the mainconfig.c changes that are > part of another posted patch. ...
This patch looks fine to me. However, for the record, there are nasty bugs in the vicinity: - nothing checks for buffer overflow via too-large output_buffer_idx - a malicious format string can make strcpy_cutoff write a NUL byte anywhere: by setting cutoff = atoi..., then in strcpy_cutoff, dest[cutoff] = '\0'; > Index: exec/logsys.c ... _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
