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

Ensure we copy boltdb values #90

Merged
merged 1 commit into from
Dec 1, 2015
Merged

Ensure we copy boltdb values #90

merged 1 commit into from
Dec 1, 2015

Conversation

titanous
Copy link
Contributor

@titanous titanous commented Dec 1, 2015

These slices are backed by a mmap’ed memory area and can cause segfaults if not copied out.

/cc @benbjohnson

These slices are backed by a mmap’ed memory area and can cause segfaults
if not copied out.

Signed-off-by: Jonathan Rudenberg <jonathan@titanous.com>
@jvatic
Copy link

jvatic commented Dec 1, 2015

LGTM

titanous added a commit that referenced this pull request Dec 1, 2015
Ensure we copy boltdb values
@titanous titanous merged commit 69ec51c into master Dec 1, 2015
@titanous titanous deleted the fix-bolt-values branch December 1, 2015 20:22
@benbjohnson
Copy link

👍

rdimitrov pushed a commit to rdimitrov/go-tuf that referenced this pull request Jan 25, 2024
…heupdateframework#90)

Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.5...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
rdimitrov pushed a commit that referenced this pull request Jan 29, 2024
Bumps [github.com/sigstore/sigstore](https://github.com/sigstore/sigstore) from 1.7.5 to 1.7.6.
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.7.5...v1.7.6)

---
updated-dependencies:
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants