Actions
Bug #246
opencontainer.Array.insertBefore isn't safe
Status:
New
Priority:
Normal
% Done:
0%
Description
@safe unittest
{
ubyte[4] bytes;
Array!ubyte container;
container.insertBefore(container[], bytes[]);
}
Also review @trusted
-methods and isolate trusted code.
No data to display
Actions