Issue Type: Bug Bug
Assignee: Thomas E Enebo
Created: 12/Aug/12 3:20 AM
Description:

See https://github.com/ffi/ffi/issues/221 for original issue.

require 'rubygems'
require 'ffi'

buffer = FFI::Buffer.new(6)
buffer.put_string(0,"hello")
buffer.get_string(0,5)
# => "hello\u000"
Project: JRuby
Priority: Critical Critical
Reporter: Wayne Meissner
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to