You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When compiling the proxychains version 4.4.0 source code, a misleading-indentation compilation warning is triggered due to the lack of braces ({}) around an if statement block. This causes the code to appear logically incorrect and results in compilation failures when warning flags are enabled, such as with the -Werror flag.
When compiling the proxychains version 4.4.0 source code, a misleading-indentation compilation warning is triggered due to the lack of braces ({}) around an if statement block. This causes the code to appear logically incorrect and results in compilation failures when warning flags are enabled, such as with the -Werror flag.
Steps to Reproduce:
OS: Debian GNU/Linux 12 (bookworm) x86_64
Kernel: 6.1.0-28-amd64
DE: Plasma 5
Solution:
data->addr_name[sizeof(data->addr_name) - 1] = '\0';
its look like this:
its looks like:
The text was updated successfully, but these errors were encountered: