commit | beba006074e7170d3bc91470c8a6c914730d4c63 | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Wed Jan 11 15:52:09 2012 +0200 |
committer | Artem Bityutskiy <artem.bityutskiy@linux.intel.com> | Fri Jan 13 12:46:21 2012 +0200 |
tree | 3d7330a25a1c7c8228774ec9ff9cc7f1f2dcd1ab | |
parent | d34315da9146253351146140ea4b277193ee5e5f [diff] |
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>