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