Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault in function ngx_ssl_ja4 #11

Open
Kristiks00 opened this issue Dec 3, 2024 · 0 comments
Open

Segmentation fault in function ngx_ssl_ja4 #11

Kristiks00 opened this issue Dec 3, 2024 · 0 comments

Comments

@Kristiks00
Copy link

Kristiks00 commented Dec 3, 2024

Function strlen(c->ssl->ciphers[i]) sends Segmentation fault signal, trying get len from unsigned char (there isn't null terminator).
Also the module isn't compiled with flag -Werror. There are some functions, which use c->ssl->ciphers and c->ssl->extensions like char *, but they have type unsigned short *.

Screenshot from 2024-12-03 13-28-57

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant