mirror of
https://github.com/intel/linux-sgx
synced 2026-06-08 14:49:32 +00:00
0c375926d7
Buffer not null terminated. Calling strncpy with maximum size argument on destination array with the same size might leave the destination string unterminated. --------- Signed-off-by: Krzysztof1 Wisniewski <krzysztof1.wisniewski@intel.com>