Actions
Bug #10128
closedcsplit should use strlcpy
Start date:
2018-12-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
smatch identified that getfile() should be using strlcpy.
Updated by Electric Monk over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 7a34c45a19b262a37c336e71aeff5ccd8d28cf9d
commit 7a34c45a19b262a37c336e71aeff5ccd8d28cf9d Author: John Levon <john.levon@joyent.com> Date: 2019-02-16T14:43:35.000Z 10128 csplit should use strlcpy Reviewed by: Andy Stormont <astormont@racktopsystems.com> Reviewed by: Gergő Doma <domag02@gmail.com> Approved by: Robert Mustacchi <rm@joyent.com>
Actions