Is this a bug or a case of hijacking protection ?

¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨
struct S
{
    void test(void*, size_t){}
}

void test(ref S,void[]){}


void main()
{
    ubyte[] a;
    (*new S).test(a);
}
¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨

Reply via email to