···3030 creating hard link `X' from some other location, along with a
3131 false `X.real' file, to allow arbitrary programs from being
3232 executed setuid. */
3333- assert ((strncmp(self, wrapperDir, sizeof(wrapperDir)) == 0) &&
3333+ assert ((strncmp(self, wrapperDir, strlen(wrapperDir)) == 0) &&
3434 (self[strlen(wrapperDir)] == '/'));
35353636 /* Make *really* *really* sure that we were executed as `self',