]> git.ipfire.org Git - thirdparty/samba.git/commit
tdb: Move 160 bytes from R/W data segment to R/O text
authorVolker Lendecke <vl@samba.org>
Mon, 12 Dec 2022 20:20:07 +0000 (21:20 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 15 Dec 2022 21:52:34 +0000 (21:52 +0000)
commitbb94ec26557f3d254ce3391d83c200ac3a05abdd
treec3b8c78fb4a8f625f540b33bf618ad8b83354a0a
parente2ccd822037ac14cdedd971fde3a315922c0d135
tdb: Move 160 bytes from R/W data segment to R/O text

The linker has to relocate the pointers in the array at startup, save
that. I know we have bigger .data blobs, but every bit counts :-)

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/tdb/common/error.c