Paul Menzel: >The renaming from `ressize` to `resize` might not be correct, if it’s >the size of the variable *res*. >- strlcpy(res, attr, ressize); >+ strlcpy(res, attr, resize); "might"? "if"?