Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync develop changes April 1 - April 3 to hdf5_1_14 #4316

Merged
merged 11 commits into from
Apr 3, 2024

Commits on Apr 3, 2024

  1. Fix divide-by-zero when page buf page size is 0 (HDFGroup#4296)

    If a corrupt file sets the page buffer size in the superblock to zero,
    the library could attempt to divide by zero when allocating space in
    the file. The library now checks for valid page buffer sizes when
    reading the superblock message.
    
    Fixes oss-fuzz issue 58762
    derobins authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    28771e2 View commit details
    Browse the repository at this point in the history
  2. Fix typo - Cnversion (HDFGroup#4301)

    hyoklee authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    700899a View commit details
    Browse the repository at this point in the history
  3. Bump the github-actions group with 3 updates (HDFGroup#4300)

    Bumps the github-actions group with 3 updates: [actions/download-artifact](https://github.com/actions/download-artifact), [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [github/codeql-action](https://github.com/github/codeql-action).
    
    
    Updates `actions/download-artifact` from 4.1.1 to 4.1.4
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4.1.1...c850b93)
    
    Updates `softprops/action-gh-release` from 1 to 2
    - [Release notes](https://github.com/softprops/action-gh-release/releases)
    - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)
    - [Commits](softprops/action-gh-release@de2c0eb...9d7c94c)
    
    Updates `github/codeql-action` from 3.24.6 to 3.24.9
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@8a470fd...1b1aada)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    - dependency-name: softprops/action-gh-release
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7e82fb8 View commit details
    Browse the repository at this point in the history
  4. Fix typo - glueing (HDFGroup#4299)

    hyoklee authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    db10404 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7c189b View commit details
    Browse the repository at this point in the history
  6. Report build options of VFDs (HDFGroup#4304)

    * changed to if string contains instead
    
    * return status of VFDs in libhdf5.settings
    
    * use *_ENABLE_* settings instead to report the state
    
    * added map state
    
    * updated resetting status if cmake option fails
    brtnfld authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    04b5840 View commit details
    Browse the repository at this point in the history
  7. PR merge workflows (HDFGroup#4303)

    * Merge the Test Express workflows into the PR CI
    
    * Split merge request triggers into autotools vs cmake
    byrnHDF authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e6cd895 View commit details
    Browse the repository at this point in the history
  8. Fix typo - differetly (HDFGroup#4311)

    hyoklee authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7ce0209 View commit details
    Browse the repository at this point in the history
  9. Fix README badges (HDFGroup#4313)

    jhendersonHDF authored and lrknox committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e0b601f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0bd46eb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    94639b3 View commit details
    Browse the repository at this point in the history