mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Okay, this time it was my fault
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ wint_t _getwch(void);
|
||||
#define WEOF (wchar_t)(0xFFFF)
|
||||
#endif
|
||||
#if defined(HAVE_DECL_SECUREZEROMEMORY) && !HAVE_DECL_SECUREZEROMEMORY
|
||||
static void inline SecureZeroMemory(PVOID ptr, SIZE_T cnt)
|
||||
static inline void SecureZeroMemory(PVOID ptr, SIZE_T cnt)
|
||||
{
|
||||
volatile char *vcptr = (volatile char*)ptr;
|
||||
while (cnt--)
|
||||
|
||||
Reference in New Issue
Block a user