divyang4481 / firebreath

Automatically exported from code.google.com/p/firebreath
0 stars 0 forks source link

AsyncGET Crashes on files/webpages larger than 128K #153

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When AsynGet is issued on files larger than 128K the host browser will crash, 
I've debugged this issue and found a fix, in
SimpleStreamHelper.cpp line 154, 
change it to: std::copy(buf, buf+curLen, destBuf+pos);

Original issue reported on code.google.com by krystian...@gmail.com on 25 Feb 2011 at 7:39

GoogleCodeExporter commented 8 years ago
Fixed and will be in RC2

Original comment by taxilian on 26 Feb 2011 at 7:11