rofl0r

Results 896 comments of rofl0r

welcome back! i made some comment, apart from that it looks good

@crass did you see my response re: strncpy() ? seems i was waiting for feedback and then forgot about the PR. is everything resolved now from your PoV ?

that traffic is likely not originating from firefox, but from other processes.

unsure. the only way this could fail is if there was a resource exhaustion issue, in which case the only sensible thing to do is to abort(), and it'll fail...

btw did you find this with a linter or something ?

some bug either in proxychains-ng or gnutls. i recall i heard other issue reports about gnutls. you can try to compile proxychains with debug output: `CFLAGS=-DDEBUG ./configure ; make clean...

thanks, i just pushed a couple commits that help to get more details i'm interested in into the debug output. please pull those changes, then run `make clean; make` and...

thanks. reading the vlc source code, it turns out that vlc uses `getaddrinfo_a` on linux, which is 1) glibc specific (e.g. not available on musl libc and others) and 2)...

we need more details... please paste your entire config, info about your OS, proxychains version etc... this `[proxychains] Random chain ... 127.0.0.1:9050 ... 192.168.57.101:25000

try to comment out the localnet 127 stuff. iirc only one localnet is supported (may be wrong though).