Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-269523-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D269523

--- Comment #2 from Yuri Pankov <yuripv@FreeBSD.org> ---
'ZZZZZZZZZ' looks like result of malloc debug enabled in -CURRENT, which wo=
uld
mean it's a bug in samba.  As a quick check, try setting env variable
MALLOC_CONF to "junk=3Dfalse" on -CURRENT.

An excerpt from malloc(3):

       opt.junk (const char *) r- [--enable-fill]
           Junk filling. If set to =E2=80=9Calloc=E2=80=9D, each byte of un=
initialized
           allocated memory will be initialized to 0xa5. If set to =E2=80=
=9Cfree=E2=80=9D, all
           deallocated memory will be initialized to 0x5a. If set to =E2=80=
=9Ctrue=E2=80=9D,
           both allocated and deallocated memory will be initialized, and if
           set to =E2=80=9Cfalse=E2=80=9D, junk filling be disabled entirel=
y.

'Z' is 0x5a.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-269523-227-eopL0TIR1a>