Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Jacob Cobbett-SmithJacob Cobbett-SmithReporter
Jacob Cobbett-SmithJacob Cobbett-SmithPriority
MinorCompatibility
PointFix versions
Pull Request URL
Details
Details
Components
Assignee
Jacob Cobbett-Smith
Jacob Cobbett-SmithReporter
Jacob Cobbett-Smith
Jacob Cobbett-SmithPriority
Compatibility
Point
Fix versions
Pull Request URL
Created March 31, 2016 at 10:55 AM
Updated March 31, 2016 at 12:49 PM
Resolved March 31, 2016 at 12:49 PM
Most jlib array calls check range via an assert.
I couple of calls did not though, namely replace() and swap().
If used with an out of range index, they could cause corruptions.