Date: Thu, 11 May 2023 20:53:07 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 269523] libc error with samba Message-ID: <bug-269523-227-eopL0TIR1a@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-269523-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269523 --- Comment #2 from Yuri Pankov <yuripv@FreeBSD.org> --- 'ZZZZZZZZZ' looks like result of malloc debug enabled in -CURRENT, which would mean it's a bug in samba. As a quick check, try setting env variable MALLOC_CONF to "junk=false" on -CURRENT. An excerpt from malloc(3): opt.junk (const char *) r- [--enable-fill] Junk filling. If set to “alloc”, each byte of uninitialized allocated memory will be initialized to 0xa5. If set to “free”, all deallocated memory will be initialized to 0x5a. If set to “true”, both allocated and deallocated memory will be initialized, and if set to “false”, junk filling be disabled entirely. 'Z' is 0x5a. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269523-227-eopL0TIR1a>
