Bug#318506: Can't add auctions to bidwatcher anymore

2005-08-12 Thread Kevin Dwyer
On Tue, Aug 09, 2005 at 01:19:04PM -0400, Kevin Dwyer wrote: > > I've been too busy to look at this yet. Any help would be appreciated. > > I'll see if I can solicit a patch from some of the other periodic > developers. There is now some working code in the sourcef

Bug#318506: Can't add auctions to bidwatcher anymore

2005-08-09 Thread Kevin Dwyer
On Tue, Aug 09, 2005 at 04:41:37PM +0100, Martin Michlmayr wrote: > * Kevin Dwyer <[EMAIL PROTECTED]> [2005-07-23 09:51]: > > > It seems ebay changes have completely broken bidwatcher :-( > > > > Yeah, I can confirm. I was on vacation last week and I'm just c

Bug#319489: Buffer overflow in Description parsing

2005-07-23 Thread Kevin Dwyer
On Sat, Jul 23, 2005 at 01:56:00PM -0400, Anthony DeRobertis wrote: > Kevin Dwyer wrote: > > > - while (*scratch != '\n') { > > + while (*scratch != '\n' && idx < sizeof Description) { > > I strongly suspect that should be sizeof(

Bug#318506: Can't add auctions to bidwatcher anymore

2005-07-23 Thread Kevin Dwyer
On Fri, Jul 15, 2005 at 05:48:34PM -0400, Anthony DeRobertis wrote: > > Just tried to use bidwatcher again (haven't used it since April) and now > it refuses to add ebay auctions. I tried both typing and copy/pasting > the item number, but in both cases it says: > > [2005-07-15 17:41:47] Error: I

Bug#319489: Buffer overflow in Description parsing

2005-07-23 Thread Kevin Dwyer
On Fri, Jul 22, 2005 at 10:28:10AM -0400, Anthony DeRobertis wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > In helpers.cpp, we find this code, which parses data returned from ebay: > >/* > * Parse the description out of the buffer first. This is > * most easily done a