ffi-rzmq
ffi-rzmq copied to clipboard
FFI bindings for ZeroMQ so the library can be used under JRuby and other FFI-compliant ruby runtimes
Results
2
ffi-rzmq issues
Sort by
recently updated
recently updated
newest added
The semantics of write_string was changed in ffi 1.14.0 to add a NULL byte at the end of the target buffer. This causes buffer overflows in all programs that relied...
With ruby `3.3.5` I'm getting this warning: ```bash /app/gems/gems/ffi-rzmq-2.0.7/lib/ffi-rzmq/poll_items.rb:2: warning: /usr/local/lib/ruby/3.3.0/ostruct.rb was loaded from the standard library, but will no longer be part of the default gems starting from Ruby...