28 Dec
2016
28 Dec
'16
6:02 p.m.
On Tue, 27 Dec 2016 21:57:14 +0100, Clemens Ladisch wrote:
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"?
Yeah :) And, ressize is no typo. It's meant "response size".
Takashi