UBIFS: use snprintf instead of sprintf when printing keys
authorArtem Bityutskiy <artem.bityutskiy@linux.intel.com>
Wed, 11 Jan 2012 13:52:09 +0000 (15:52 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Thu, 21 Jun 2012 11:46:12 +0000 (14:46 +0300)
commitca431d987c7368fb285b61105f89bad0810d550f
tree166fc36b3f30605e36fcd67ffbb6237b63dbe165
parent39d8409bfa25ddc9d846592a28cdbc696beed1e8
UBIFS: use snprintf instead of sprintf when printing keys

Switch to 'snprintf()' which is more secure and reliable. This is also a
preparation to the subsequent key printing fixes.

Signed-off-by: Artem Bityutskiy <artem.bityutskiy@linux.intel.com>
fs/ubifs/debug.c