diff options
author | Takashi Iwai <tiwai@suse.de> | 2020-03-11 08:34:52 +0100 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2020-03-11 12:44:21 +0100 |
commit | 41252c6d1c3bc640c3283a797400719fbe7dcec1 (patch) | |
tree | 872fb0bdd8f2ddfe1f37320e3213f6164a7d0bea /fs/efivarfs | |
parent | 6bfad4abac2a02a8f74ac630b7cdf5fb401fce05 (diff) |
drm/ttm: Use scnprintf() for avoiding potential buffer overflow
Since snprintf() returns the would-be-output size instead of the
actual output size, the succeeding calls may go beyond the given
buffer limit. Fix it by replacing with scnprintf().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/357174/
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'fs/efivarfs')
0 files changed, 0 insertions, 0 deletions