Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Apr 2, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.1)

Can you help keep this open source service alive? 💖 Please sponsor : )

ndossche added 10 commits April 2, 2025 20:15
* PHP-8.3:
  Fix memory leak in openssl_sign() when passing invalid algorithm
* PHP-8.4:
  Fix memory leak in openssl_sign() when passing invalid algorithm
This regressed in 62c7432, prior to that commit the value was set to
false in case random number generation failed, but now even if an
exception is thrown it is set to true. This likely does not _really_
matter as the user will handle the exception, still the value in
$strong_result is observable.
This calls php_openssl_store_errors() in the success path right now,
change it to call php_openssl_store_errors() in the error path.
* PHP-8.3:
  Fix inverted call to php_openssl_store_errors()
  Fix openssl_random_pseudo_bytes() always setting strong_result to true
* PHP-8.4:
  Fix inverted call to php_openssl_store_errors()
  Fix openssl_random_pseudo_bytes() always setting strong_result to true
* PHP-8.3:
  Fix resource leak in iptcembed() on error
* PHP-8.4:
  Fix resource leak in iptcembed() on error
@pull pull bot added the ⤵️ pull label Apr 2, 2025
@pull pull bot merged commit f4954df into wudi:master Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant