mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
e653b0870f
../../lib/tdb/common/tdb.c: In function ‘tdb_trace_record’: ../../lib/tdb/common/tdb.c:1224:22: error: ‘snprintf’ output truncated before the last format character [-Werror=format-truncation=] 1224 | p += snprintf(p, 2, %02x, rec.dptr[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../lib/tdb/common/tdb.c:1224:22: note: ‘snprintf’ output 3 bytes into a destination of size 2 cc1: all warnings being treated as errors Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org>
compression - Various compression algorithms (MSZIP, lzxpress) popt - Command-line option parsing library replace - Provides replacements for standard (POSIX, C99) functions not provided by the host platform. subunit - Utilities and bindings for working with the Subunit test result reporting protocol. talloc - Hierarchical pool based memory allocator tdb - Simple but fast key/value database library, supporting multiple writers torture - Simple unit testing helper library