Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] ctypes.memmove doesn't tolerate 0 size

----------------------------------------------

ISSUES

1. [New issue] ctypes.memmove doesn't tolerate 0 size
http://ironpython.codeplex.com/workitem/34892
User paweljasinski has proposed the issue:

"from ctypes import *
src = b''
dest = create_string_buffer(0)
memmove(dest, src, 0)

works on cpython, but created exception on ip:
Traceback (most recent call last):
  File "ctypes-memmove.py", line 4, in <module>
IndexError: Index was outside the bounds of the array.
"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
[email protected]
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to