just say
if(strlen(name) >= sizeof(up->genbuf))
error("name too long");
if that's where they are going.- [9fans] devenv cinap_lenrek
- Re: [9fans] devenv erik quanstrom
- Re: [9fans] devenv Charles Forsyth
just say
if(strlen(name) >= sizeof(up->genbuf))
error("name too long");
if that's where they are going.