boolking / appstract

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

Corrupted data when marshalling #6

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The MarshallingHelpers-class corrupts marshals corrupted data to unmanaged 
memory.
Currently all data is converted to a byte-array before marshaling, this is 
not a reliable (or working?) solution.

Original issue reported on code.google.com by simon_al...@hotmail.com on 30 Oct 2009 at 4:25

GoogleCodeExporter commented 8 years ago
An alternative is available since r231
MarshallingHelpers is deleted in r234

Original comment by simon_al...@hotmail.com on 15 Mar 2010 at 2:11