]> git.ipfire.org Git - thirdparty/samba.git/commit
libsmb: Move static strings to the .text segment
authorVolker Lendecke <vl@samba.org>
Wed, 17 Aug 2022 05:56:18 +0000 (07:56 +0200)
committerJeremy Allison <jra@samba.org>
Fri, 26 Aug 2022 18:54:37 +0000 (18:54 +0000)
commitc047c6601f735c2a89b290a7f10124c5432000b9
tree063253fc46d5f7f586c8813773fae496fcee5ce3
parent4df36cd170c2f25e8b5b6c83b04949563c1303b2
libsmb: Move static strings to the .text segment

We don't need to copy these to the stack, this saves 200 bytes of .text

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