Re: fix logrotate buffer overflow

2011-03-18 Thread Todd Zullinger
Colin McCabe wrote: > Thanks for the helpful suggestions, guys! I appreciate it. > > I would like to submit this upstream, but I'm having a bit of > difficulty finding the upstream for this project. Do you happen to > have a home page or mailing list for the logrotate upstream? I believe the curre

Re: fix logrotate buffer overflow

2011-03-18 Thread Colin McCabe
On Thu, Mar 17, 2011 at 9:38 PM, Todd Zullinger wrote: > Patrick O'Callaghan wrote: >> The Fedora Bugzilla is at http://bugzilla.redhat.com. You can create >> an account there and then report your bug (and patch) against the >> logrotate package. If it needs to be reported upstream, the package >>

Re: fix logrotate buffer overflow

2011-03-18 Thread Patrick O'Callaghan
On Fri, 2011-03-18 at 06:26 -0500, Aaron Konstam wrote: > > While I try to forward reports upstream as needed, I really don't > want > > to see anyone be discouraged from reporting bugs directly upstream. > > That benefits us all, IMO. > > > > OK, it is time to report ignorance. I have difficulty

Re: fix logrotate buffer overflow

2011-03-18 Thread Aaron Konstam
On Fri, 2011-03-18 at 00:38 -0400, Todd Zullinger wrote: > Patrick O'Callaghan wrote: > > The Fedora Bugzilla is at http://bugzilla.redhat.com. You can create > > an account there and then report your bug (and patch) against the > > logrotate package. If it needs to be reported upstream, the packag

Re: fix logrotate buffer overflow

2011-03-17 Thread Patrick O'Callaghan
On Fri, 2011-03-18 at 00:38 -0400, Todd Zullinger wrote: > Patrick O'Callaghan wrote: > > The Fedora Bugzilla is at http://bugzilla.redhat.com. You can create > > an account there and then report your bug (and patch) against the > > logrotate package. If it needs to be reported upstream, the packag

Re: fix logrotate buffer overflow

2011-03-17 Thread Todd Zullinger
Patrick O'Callaghan wrote: > The Fedora Bugzilla is at http://bugzilla.redhat.com. You can create > an account there and then report your bug (and patch) against the > logrotate package. If it needs to be reported upstream, the package > maintainer will do it. As a package maintainer, I greatly ap

Re: fix logrotate buffer overflow

2011-03-17 Thread Patrick O'Callaghan
On Thu, 2011-03-17 at 16:51 -0700, Colin McCabe wrote: > I was unable to create a ticket on the bug report system I found on > https://fedorahosted.org/logrotate/ > It allows me to view tickets by clicking on "View Tickets," but I > can't create one. > > Perhaps I need to create an account, or per

Re: fix logrotate buffer overflow

2011-03-17 Thread Kevin Fenzi
On Thu, 17 Mar 2011 16:51:29 -0700 Colin McCabe wrote: > Hi Patrick, > > I was unable to create a ticket on the bug report system I found on > https://fedorahosted.org/logrotate/ > It allows me to view tickets by clicking on "View Tickets," but I > can't create one. > > Perhaps I need to create

Re: fix logrotate buffer overflow

2011-03-17 Thread Colin McCabe
Hi Patrick, I was unable to create a ticket on the bug report system I found on https://fedorahosted.org/logrotate/ It allows me to view tickets by clicking on "View Tickets," but I can't create one. Perhaps I need to create an account, or perhaps there is another bug tracker that would be more s

Re: fix logrotate buffer overflow

2011-03-16 Thread Patrick O'Callaghan
On Wed, 2011-03-16 at 18:15 -0700, Colin McCabe wrote: > This patch fixes a buffer overflow in logrotate. The diff was done > against trunk on http://svn.fedorahosted.org/svn/logrotate/ > > Sorry if this is the wrong place to post this. I didn't see a mailing > list mentioned on the project page a

fix logrotate buffer overflow

2011-03-16 Thread Colin McCabe
This patch fixes a buffer overflow in logrotate. The diff was done against trunk on http://svn.fedorahosted.org/svn/logrotate/ Sorry if this is the wrong place to post this. I didn't see a mailing list mentioned on the project page at https://fedorahosted.org/logrotate/ Fixed version with proper

fix logrotate buffer overflow

2011-03-16 Thread Colin McCabe
This patch fixes a buffer overflow in logrotate. The diff was done against trunk on http://svn.fedorahosted.org/svn/logrotate/ Sorry if this is the wrong place to post this. I didn't see a mailing list mentioned on the project page at https://fedorahosted.org/logrotate/ Index: config.c ==