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

Bugfix: emitter buffer could move under its feet because of GC #75

Merged
merged 3 commits into from
Nov 4, 2023

Conversation

hhugo
Copy link

@hhugo hhugo commented Nov 3, 2023

On top of #74

probably fix #71

Similar to #35

@avsm avsm merged commit 98fe751 into avsm:master Nov 4, 2023
1 check failed
@hhugo hhugo deleted the hhugo-seg branch November 4, 2023 18:44
avsm added a commit to avsm/opam-repository that referenced this pull request Nov 4, 2023
CHANGES:

* Fix potential GC corruption when serialising large Yaml
  buffers (avsm/ocaml-yaml#75 @hhugo)

* Add missing `?len` argument to `yaml_of_string` to specify
  buffer size (avsm/ocaml-yaml#74 @hhugo)

* Remove remaining references to Rresult in tests and
  documentation (avsm/ocaml-yaml#62 @sim642)
nberth pushed a commit to nberth/opam-repository that referenced this pull request Jun 18, 2024
CHANGES:

* Fix potential GC corruption when serialising large Yaml
  buffers (avsm/ocaml-yaml#75 @hhugo)

* Add missing `?len` argument to `yaml_of_string` to specify
  buffer size (avsm/ocaml-yaml#74 @hhugo)

* Remove remaining references to Rresult in tests and
  documentation (avsm/ocaml-yaml#62 @sim642)
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.

Probably a memory corruption when serializing a large yaml value
2 participants