Re: Potential IndexOutBounds in AbstractServletInputStream::readLine() ?

2015-03-09 Thread Oswaldo Olivo
Hi, Thanks for you detailed answer. I guess I was misunderstanding the specification. Regards, Oswaldo. On Sat, Mar 7, 2015 at 1:47 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Oswaldo, > > On

Re: Potential IndexOutBounds in AbstractServletInputStream::readLine() ?

2015-03-06 Thread Oswaldo Olivo
I see. Thank you! -- Oswaldo. On Wed, Mar 4, 2015 at 4:21 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Oswaldo Olivo [mailto:ozzy...@gmail.com] > > Subject: Potential IndexOutBounds in > AbstractServletInputStream::readLine() ? > > >

Potential IndexOutBounds in AbstractServletInputStream::readLine() ?

2015-03-04 Thread Oswaldo Olivo
*** Re-sending because I think I used the wrong e-mail to send the message to the list *** Hi, I'm using Tomcat 7.0.60, building it up from source. I was wondering if there is an unintentional potential index of out bounds exception in AbstractServletInputStream::readLine() ? I was looking at the

Potential IndexOutBounds in AbstractServletInputStream::readLine() ?

2015-03-03 Thread Oswaldo Olivo
Hi, I was wondering if there is an unintentional potential index of out bounds exception in AbstractServletInputStream::readLine() ? I was looking at the code in java/org/apache/coyote/http11/upgrade/AbstractServletInputStream , specifically the readLine() function: = pub