Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Feb 2023 18:21:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 269688] memalign() produces division by zero if alignment is 0
Message-ID:  <bug-269688-227-NledQovEkY@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-269688-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-269688-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=3D269688

--- Comment #6 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D2c709ee70ade9fd8f77b37917a4169d66=
7dda41d

commit 2c709ee70ade9fd8f77b37917a4169d667dda41d
Author:     Paul Floyd <pjfloyd@wanadoo.fr>
AuthorDate: 2023-02-24 16:29:01 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2023-02-24 18:19:06 +0000

    libc: handle zero alignment in memalign()

    For compatibility with glibc. The previous code would trigger a division
    by zero in roundup() and terminate.  Instead, just pass through to
    malloc() for align =3D=3D 0.

    PR:             269688
    Reviewed by:    imp, mjg
    MFC after:      1 week
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/655

 lib/libc/gen/memalign.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

--=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-269688-227-NledQovEkY>