mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 17:18:48 -05:00
rand: fix typo
This commit is contained in:
parent
4584cc4499
commit
4f9bbd3ac7
@ -158,7 +158,7 @@ CURLcode Curl_rand_hex(struct Curl_easy *data, unsigned char *rnd,
|
|||||||
DEBUGASSERT(num > 1);
|
DEBUGASSERT(num > 1);
|
||||||
|
|
||||||
#ifdef __clang_analyzer__
|
#ifdef __clang_analyzer__
|
||||||
/* This silences a scan-build warning about accesssing this buffer with
|
/* This silences a scan-build warning about accessing this buffer with
|
||||||
uninitialized memory. */
|
uninitialized memory. */
|
||||||
memset(buffer, 0, sizeof(buffer));
|
memset(buffer, 0, sizeof(buffer));
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user