I’m using openvpn_flutter 1.3.4 and noticed that several of the included native libraires (.so files) do not support a 16 KB memory page alignment, only 4 KB. Because newer Android devices require 16 KB page size for loading native libraries, this causes failures or prevents the app from working correctly.
Affected libraries include:
- libopenvpn.so
- libopvpnutil.so
- libovpnexec.so
- libovpnutil.so
I’m using openvpn_flutter 1.3.4 and noticed that several of the included native libraires (.so files) do not support a 16 KB memory page alignment, only 4 KB. Because newer Android devices require 16 KB page size for loading native libraries, this causes failures or prevents the app from working correctly.
Affected libraries include: