]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib: Move 286 bytes from R/W data to R/O text segment
authorVolker Lendecke <vl@samba.org>
Mon, 10 Jun 2024 14:08:04 +0000 (16:08 +0200)
committerJeremy Allison <jra@samba.org>
Mon, 24 Jun 2024 16:21:32 +0000 (16:21 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/lib/adouble.c

index 1e8dbc4aaf3cef2fd29e59c014396b3f90e01dc2..264e8f6901333197035982db18bf3e75be527273 100644 (file)
@@ -210,7 +210,7 @@ static const uint32_t set_eid[] = {
        AD_DEV, AD_INO, AD_SYN, AD_ID
 };
 
-static char empty_resourcefork[] = {
+static const char empty_resourcefork[] = {
        0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00,
        0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1E,
        0x54, 0x68, 0x69, 0x73, 0x20, 0x72, 0x65, 0x73,