mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
Move 16 bytes from data to r/o text segment
This commit is contained in:
parent
8cba97a164
commit
4c6547e8a1
@ -85,7 +85,7 @@ NTSTATUS smb2_signing_check_pdu(DATA_BLOB session_key,
|
||||
uint64_t session_id;
|
||||
struct HMACSHA256Context m;
|
||||
uint8_t res[SHA256_DIGEST_LENGTH];
|
||||
static const uint8_t zero_sig[16];
|
||||
static const uint8_t zero_sig[16] = { 0, };
|
||||
int i;
|
||||
|
||||
if (count < 2) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user