Segfault under F-Droid Termux on Android 11
I have Android 11
I tried 1.50-1 version
both `pkg install microsocks`
and manually built with `ghcr.io/termux/package-builder`
I tried different build flags.
```
CFLAGS='-g -O0 -fno-stack-protector'
LDFLAGS='-fno-stack-protector'
```
and
```
CFLAGS='-DTHREAD_STACK_SIZE=1048576 -g -O0'
```
It starts but crashes on client connection.
```sh
~ $ microsocks
Segmentation fault microsocks
```
1 条评论