Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sfackler/rust-openssl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: openssl-v0.10.65
Choose a base ref
...
head repository: sfackler/rust-openssl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: openssl-v0.10.66
Choose a head ref
  • 4 commits
  • 3 files changed
  • 1 contributor

Commits on Jul 21, 2024

  1. Fixed invariant violation in MemBio::get_buf with empty results

    Pointer arguments to `slice::from_raw_parts` are required to be non-null. (See https://davidben.net/2024/01/15/empty-slices.html for details.)
    alex committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    142deef View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2266 from alex/mem-bio-invariant

    Fixed invariant violation in `MemBio::get_buf` with empty results
    alex authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    aef36e0 View commit details
    Browse the repository at this point in the history
  3. Release openssl v0.10.66

    alex committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    5ce473b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2267 from alex/bump-for-release

    Release openssl v0.10.66
    alex authored Jul 21, 2024
    Configuration menu
    Copy the full SHA
    ad70a0b View commit details
    Browse the repository at this point in the history
Loading