1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Move 16 bytes from data to r/o text segment

This commit is contained in:
Volker Lendecke 2009-07-24 19:47:39 -04:00
parent 8cba97a164
commit 4c6547e8a1

View File

@ -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) {