From 6e641c943fd5355592b7b955fe3d0f07c927a0aa Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Mon, 30 Dec 2013 12:35:43 +0100 Subject: [PATCH] Documentation: Fix size parameter for snprintf cppcheck reports this error: Documentation/laptops/hpfall.c:33]: (error) Dangerous usage of 'devname' (strncpy doesn't always 0-terminate it) The terminating '\0' is needed for the global char array unload_heads_path, so never write the last array entry (which is initially '\0'). Signed-off-by: Stefan Weil Signed-off-by: Jiri Kosina --- Reading git-format-patch failed