We need to backport this: commit cc3081cebfb65181cd291702cb6a2e727dc999b2 Author: Andreas Schneider <asn@samba.org> AuthorDate: Fri Oct 1 10:46:09 2021 +0200 Commit: Uri Simchoni <uri@samba.org> CommitDate: Mon Oct 4 10:43:37 2021 +0000 s3:utils: Fix format error regedit_hexedit.c:166:39: error: format ‘%X’ expects argument of type ‘unsigned int’, but argument 3 has type ‘size_t’ {aka ‘long unsigned int’} 166 | wprintw(buf->win, "%08X ", off); | ~~~^ ~~~ | | | | | size_t {aka long unsigned int} | unsigned int | %08lX Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Uri Simchoni <uri@samba.org>
Created attachment 17330 [details] Patch for v4-15-test
This bug was referenced in samba v4-15-test: f3879b3f09d288170fb742ef90d52c582e44a58a
This bug was referenced in samba v4-15-stable (Release samba-4.15.8): f3879b3f09d288170fb742ef90d52c582e44a58a