Probably, although I see "char * buff" style quite a bit. That's going to be a hard one to overcome.
Friday, January 27, 2012, 3:11:16 AM, you wrote: >> + char* buff = static_cast<char*>(alloca(6 + 1 + strlen(attr) + >> 1)); > https://cwiki.apache.org/confluence/display/TS/Coding+Style > shouldn't this be > char *buff = ...;
