apl-cornell / fabric

Distributed persistent programming language with secure information flow types
http://www.cs.cornell.edu/projects/fabric/
Other
28 stars 4 forks source link

fabric.util.Arrays.arraycopy is incorrect #31

Closed tmagrino closed 6 years ago

tmagrino commented 6 years ago

@karannewatia found that ArrayList's remove was not working correctly in FabIL and this appears to be caused by a bug in Arrays.arraycopy.