On Fri, Jun 05, 2020 at 10:14:40AM +0200, Lukas Czerner wrote: > len argument in string_copy() is int, but it is used with malloc(), > strlen(), strncpy() and some callers use sizeof() to pass value in. So > it really ought to be size_t rather than int. Fix it. > > Signed-off-by: Lukas Czerner <lczerner@xxxxxxxxxx> Thanks, applied. - Ted