Skip to content

Commit c1ee62e

Browse files
8 bytes is enough.
1 parent e9088e5 commit c1ee62e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Modules/fcntlmodule.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@
2424

2525
#define GUARDSZ 16
2626
// NUL followed by random bytes.
27-
static const char guard[GUARDSZ] = "\x00\xfa\x69\xc4\x67\xa3\x6c\x58"
28-
"\x06\x41\x8c\x77\x54\xd6\x51\x6b";
27+
static const char guard[GUARDSZ] = "\x00\xfa\x69\xc4\x67\xa3\x6c\x58";
2928

3029
/*[clinic input]
3130
module fcntl

0 commit comments

Comments
 (0)