cc-1183 c99: WARNING File = librpc/ndr/ndr_sec_helper.c, Line = 606 An unsigned integer is being compared to zero. if (r->num_aces < 0 || r->num_aces > 1000) { ^ cc-1183 c99: WARNING File = librpc/ndr/sid.c, Line = 214 An unsigned integer is being compared to zero. if (r->sd_size < 0 || r->sd_size > 0x40000) { ^
Fixed with r21960 -- thanks Volker