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 ? and ? ... the example i added to my test file was simply the 2 bytes and ?. so if you have a stray ? with a

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 ? and ? ... the example i added to my test file was simply the 2 bytes and ?. so

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 ? and ? ... the example i added to my test file was simply the 2 bytes and ?. so if you have a stray ? with a matching close case, the binary hangs on a read.

Re: flaw found....

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

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 Klinekl...@thought.org wrote:        not surprisingly, i found a fla w in my getc(fp) program that        tried to read past ? and ? ...  the example i added to my        test file was