-
Notifications
You must be signed in to change notification settings - Fork 107
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
kh22 (rev ea3554b) crashes (segfault) when serving XSL files protected using htpasswd authentication. #445
Comments
patphobos
changed the title
kh22 (rev ea3554b) segfault while serving xsl files protected using htpasswd authentication
kh22 (rev ea3554b) crashes (segfault) when serving XSL files protected using htpasswd authentication.
Feb 28, 2024
Also, here is the valgrind output |
it seem that _xslt_transform expect the request to be attached to a worker, but since it's authenticated, the request seem to be threaded. client->worker is empty when authenticated.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Karl,
I encountered a bug that crashes the current icecast2-kh (revision ea3554b)
icecast.xml.txt
Authentication is functioning properly for streams and static files, but it causes icecast to crash when attempting to protect xslt files: status.xsl / status2.xsl.
Below is the backtrace of the crash that occurs when requesting an XSLT file.
My environnent : Ubuntu 22 LTS x86_64
The text was updated successfully, but these errors were encountered: