[Bug 269523] libc error with samba
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269523] libc error with samba"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 May 2023 20:53:07 UTC
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.