j
k
j a
j l
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);
strlcpy(res, attr, ressize);
strlcpy(res, attr, resize);
"might"? "if"?
Back to the thread
Back to the list