hey @arvidn,
Here's my patch for Android support, in the android branch: 10ad404
As you can see it's pretty simple.
Patch version: https://github.com/steeve/libtorrent/commit/10ad4044383f4c0af7a7e00326a2a4d943449db3.patch
However, I think there is a buffer overflow somewhere. If I let it use valloc, sooner or later I end up with memory corruption, and pretty much never (rarely, but did happen) if memalign is used.
hey @arvidn,
Here's my patch for Android support, in the
androidbranch: 10ad404As you can see it's pretty simple.
Patch version: https://github.com/steeve/libtorrent/commit/10ad4044383f4c0af7a7e00326a2a4d943449db3.patch
However, I think there is a buffer overflow somewhere. If I let it use
valloc, sooner or later I end up with memory corruption, and pretty much never (rarely, but did happen) ifmemalignis used.