File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed
Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1112/13/2024
2- - avoid potentional memory leak on cURL handle if curl_easy_escape/curl_easy_unescape fails
3- - correct the check for the optional token_type parameter returned from a token endpoint request
4- - initialize oidc_jose_error_t err variable in oidc_util_create_symmetric_key
5- - refactor oidc_util_port_from_host and avoid potential crash on non-conformant literal IPv6 addresses
6- - add and use _oidc_strncpy for section key string copy in shm.c
7- - correct check for private key return value from oidc_proto_jwt_create_from_first_pkey
8- and avoid NULL pointer dereferencing when no private keys have been configured
9- - correct check for *static_template_content in oidc_util_html_send_in_template in util.c
2+ - address warnings from static code analysis tool Coverity
3+ - code: avoid potentional memory leak on cURL handle if curl_easy_escape/curl_easy_unescape fails
4+ - code: correct the check for the optional token_type parameter returned from a token endpoint request
5+ - code: initialize oidc_jose_error_t err variable in oidc_util_create_symmetric_key
6+ - code: refactor oidc_util_port_from_host and avoid potential crash on non-conformant literal IPv6 addresses
7+ - code: add and use _oidc_strncpy for section key string copy in shm.c
8+ - code: correct check for private key return value from oidc_proto_jwt_create_from_first_pkey
9+ and avoid NULL pointer dereferencing when no private keys have been configured
10+ - code: correct check for *static_template_content in oidc_util_html_send_in_template in util.c
1011
111212/11/2024
1213- code: loop over authz arrays with index instead of pointer
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/build.yml/badge.svg )] ( https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/build.yml )
22[ <img width =" 184 " height =" 96 " align =" right " src =" http://openid.net/wordpress-content/uploads/2016/05/oid-l-certification-mark-l-cmyk-150dpi-90mm.jpg " alt =" OpenID Certification " >] ( https://openid.net/certification )
33[ ![ CodeQL Analysis] ( https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/OpenIDC/mod_auth_openidc/actions/workflows/codeql-analysis.yml )
4+ [ ![ Coverity Scan Build Status] ( https://scan.coverity.com/projects/31119/badge.svg )] ( https://scan.coverity.com/projects/openidc-mod_auth_openidc )
45
56mod_auth_openidc
67================
You can’t perform that action at this time.
0 commit comments