
6 Mar
2018
6 Mar
'18
3:21 p.m.
On Tue, Mar 06, 2018 at 15:01:35 +0100, Ján Tomko wrote:
The size argument accounts for the nul-byte to terminate the string. Use sizeof and remove the pointless assignment.
Signed-off-by: Ján Tomko <jtomko@redhat.com> --- src/openvz/openvz_driver.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
ACK