> >  * QA Notice: Package has poor programming practices which may
> compile
> >  *            fine but exhibit random runtime failures.
> >  * rsconf.c:342:9: warning: array subscript is above array bounds
> > [-Warray-bounds]
> >
> Actual error (!). I just fixed it.

BTW: do you know why gcc -Wall does not complain to me? Construct is

 char buf[1024];
 buf[1024] = '\0';

Very obviously wrong...

Rainer
_______________________________________________
rsyslog mailing list
http://lists.adiscon.net/mailman/listinfo/rsyslog
http://www.rsyslog.com

Reply via email to