Re: flaw found [in my own program]

2009-06-09 Thread Gary Kline
On Tue, Jun 09, 2009 at 06:19:21PM -0500, Jeffrey Goldberg wrote: > On Jun 8, 2009, at 7:15 PM, Gary Kline wrote: > > > not surprisingly, i found a fla w in my getc(fp) program that > > tried to read past "" ... the example i added to my > > test file was simply the 2 bytes "<" and "?

Re: flaw found [in my own program]

2009-06-09 Thread Jeffrey Goldberg
On Jun 8, 2009, at 7:15 PM, Gary Kline wrote: not surprisingly, i found a fla w in my getc(fp) program that tried to read past "" ... the example i added to my test file was simply the 2 bytes "<" and "?". so if you have a stray " Back in the days when

Re: flaw found....

2009-06-08 Thread Gary Kline
On Mon, Jun 08, 2009 at 08:20:22PM -0400, Glen Barber wrote: > Gary, > > On Mon, Jun 8, 2009 at 8:15 PM, Gary Kline wrote: > >        not surprisingly, i found a fla w in my getc(fp) program that > >        tried to read past "" ...  the example i added to my > >        test file was simply the 2

Re: flaw found....

2009-06-08 Thread Glen Barber
Gary, On Mon, Jun 8, 2009 at 8:15 PM, Gary Kline wrote: >        not surprisingly, i found a fla w in my getc(fp) program that >        tried to read past "" ...  the example i added to my >        test file was simply the 2 bytes "<" and "?".  so if you have a >        stray > >        " >      

flaw found....

2009-06-08 Thread Gary Kline
not surprisingly, i found a fla w in my getc(fp) program that tried to read past "" ... the example i added to my test file was simply the 2 bytes "<" and "?". so if you have a stray "http://www.thought.org Public Service Unix http://jottings.th