smbd: Move bytes from r/w data to r/o text section
authorVolker Lendecke <vl@samba.org>
Wed, 4 Jan 2023 05:22:55 +0000 (06:22 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 10 Jan 2023 00:28:37 +0000 (00:28 +0000)
commitdb25f0a07cff924939914a33068d1d3e4fc1ca3c
tree1803c5fb98c7d0e79da411875847016e800bde07
parente0fc84668ba1ec2048354fb1b674d2673454fde7
smbd: Move bytes from r/w data to r/o text section

Even const arrays of const strings need to be relocated at startup time.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smb2_trans2.c