You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# And reconstruct the stream contents to the first 8 bytes (header)# Plus our decompressed bodycontents=contents[0..7] + body
I think this is not really needed since following code does not use the header bytes anymore.
I fixed this in my own copy, but I'm sorry i'm not a regular git user, so I do not know how to commit my patch as for now.
The text was updated successfully, but these errors were encountered:
Got this with apache2 / passenger and ruby 1.8.6 and a 1.7 MB swf.
The segfault happens here, at line 41 in swf.rb :
I think this is not really needed since following code does not use the header bytes anymore.
I fixed this in my own copy, but I'm sorry i'm not a regular git user, so I do not know how to commit my patch as for now.
The text was updated successfully, but these errors were encountered: