mirror of
https://github.com/moparisthebest/curl
synced 2024-11-12 04:25:08 -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);
|
||||
|
||||
#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. */
|
||||
memset(buffer, 0, sizeof(buffer));
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user