ROCR-Runtime
ROCR-Runtime copied to clipboard
warning: the use of `tempnam' is dangerous, better use `mkstemp'
https://github.com/RadeonOpenCompute/ROCR-Runtime/blob/0d9576a5cba4ca4bd17bd2a4a744e59151fcdf9c/src/libamdhsacode/amd_hsa_code_util.cpp#L962
@PhilipDeegan Apologies for the lack of response. Internal ticket has been created to fix this. Thanks!
Hi @PhilipDeegan,
Thanks for the suggestion! This has since been implemented here: mkstemp change to use mkstemp instead of tempnam. Thanks!