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
- refs #324
- when an order could not be retrieved from the ACME server, this was
logged using the NULL item which could not be retrieved. Now reporting
the context name and the URL in error
In function
mod_md/src/md_acme_order.c
Line 497 in 1e105f8
Call to
md_acme_authz_retrieve()
can fail andauthz
will be set to NULL.Dereferencing it in the error handling will result in a segmentation fault.
mod_md/src/md_acme_order.c
Lines 510 to 511 in 1e105f8
mod_md/src/md_acme_order.c
Lines 538 to 542 in 1e105f8
The text was updated successfully, but these errors were encountered: