PiRSquared17 / quadra

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

corruption when uploading a highscore #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Oops, it turns out that even though I fixed the crash, there some
corruption that leaves the recording truncated (actually, not simply
corrupted, truncating the good file to the same length doesn't yield the
same file).

Original issue reported on code.google.com by pphaneuf on 23 Jun 2008 at 1:33

GoogleCodeExporter commented 9 years ago
I have started investigating this, but it's definitely something that would 
profit
from more eyes looking at it, so by all means, feel free to "start on it" too!

Original comment by pphaneuf on 23 Jun 2008 at 12:39

GoogleCodeExporter commented 9 years ago
Oh my goodness. We base64-encode the demo, then put it in the request using
Qserv::add_data_large. That method has a comment saying that it's parameter 
must be
URL-encoded already.

Care to guess what's happening? :-)

Original comment by pphaneuf on 23 Jun 2008 at 3:18

GoogleCodeExporter commented 9 years ago
Should be fixed by r606.

Original comment by pphaneuf on 23 Jun 2008 at 3:45