Corinna Vinschen wrote: > Alignment? Perhaps. Do you know if gcc aligns VLAs higher than their natural alignment? The nonworking code was just "UCHAR foo[1024]" whereas the working was "char buf[size]", which I cribbed from grp.cc:internal_getgroups(). Brian