yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
363 stars 95 forks source link

Remove naked pointers from the Dl library. #681

Closed yallop closed 3 years ago

yallop commented 3 years ago

(Background: https://github.com/ocaml/ocaml/pull/9534)

avsm commented 3 years ago

Great to see the naked pointer checker triggered in the wild! (cc @kayceesrk)

kit-ty-kate commented 2 years ago

@yallop Hi! Could we have a release of ctypes with this change? It would be very appreciated for people testing OCaml 5.00

yallop commented 2 years ago

@kit-ty-kate : there's a new release with this change here: https://github.com/ocaml/opam-repository/pull/20191