On Wednesday, October 31, 2012 17:52:29 Sven Eckelmann wrote:
snprintf doesn't add a \0 delimiter when the size of the buffer is not big enough. The caller has to fix it manually to avoid crashes.
Signed-off-by: Sven Eckelmann sven@narfation.org
bisect_iv.c | 10 ++++++---- debugfs.c | 1 + sys.c | 8 ++++++++ 3 files changed, 15 insertions(+), 4 deletions(-)
Applied in revision a5ead71.
Thanks, Marek