Replies: 1 comment
-
this is fixed in c2f200f, thanks for reporting! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
SO, it seems that when
is defined with
Forwarded
... but the forwarded header is not present ... aka the request logged by mod_forensic isA segfault is generated in
oidc_util_strcasestr
as it looks like s1 is passed as null. I tried to create a patch, but as I don't know the code very well, it didn't help.As it turns out I don't believe I need
Forwarded
... so I can just drop that fromOIDCXForwardedHeaders
, but I think it's worth adding a check inoidc_util_strcasestr
... or down lower on the function tree, for null pointers.Beta Was this translation helpful? Give feedback.
All reactions