[PATCH v4 1/5] pstore: use snprintf
authorMark Salyzyn <salyzyn@google.com>
Mon, 8 Dec 2014 23:06:52 +0000 (15:06 -0800)
committerMark Salyzyn <salyzyn@google.com>
Wed, 14 Jan 2015 00:18:42 +0000 (16:18 -0800)
commit3797dc2dca25d4a89ff171990c4e6dba827b8e3d
tree3736fff2fc6a896abf78fd5ed16eca0ed0da3514
parent6a148888b00dbcb8e76c4ff33b062f6ca5f0cdd9
[PATCH v4 1/5] pstore: use snprintf

No guarantees that the names will not exceed the
name buffer with future adjustments.

Signed-off-by: Mark Salyzyn <salyzyn@android.com>
Acked-by: Joe Perches <joe@perches.com>
v2: switch from snprintf to scnprintf
v3: remove embedded space
v4: renumber pmsg series dependencies

Change-Id: I161fe8cadc967d74e18cc09b7d60b5b398c92c86
fs/pstore/inode.c