mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
resolve string format issue found by coverity
This commit is contained in:
parent
4b08ce9172
commit
e795b5014d
@ -875,7 +875,7 @@ void GetCallStackStr(char *str, UINT size, CALLSTACK_DATA *s)
|
|||||||
|
|
||||||
if (s->name == NULL)
|
if (s->name == NULL)
|
||||||
{
|
{
|
||||||
Format(tmp, sizeof(tmp), "0x%p ---", UINT64_TO_POINTER(s->offset));
|
Format(tmp, sizeof(tmp), "0x%02x ---", UINT64_TO_POINTER(s->offset));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user