Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 2021 20:09:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 254303] Fatal trap 12: page fault while in kernel mode ((frr 7.5_1 + Freebsd 13 Beta3) zebra crashes server when routes are populated)
Message-ID:  <bug-254303-7501-vAB4VyS8Nx@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-254303-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-254303-7501@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=3D254303

--- Comment #21 from commit-hook@FreeBSD.org ---
A commit in branch releng/13.0 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=3Db7fbdb5042c619221ee0b97573affcb8b=
cb59458

commit b7fbdb5042c619221ee0b97573affcb8bcb59458
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2021-03-29 23:00:17 +0000
Commit:     Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2021-03-31 20:00:10 +0000

    Fix nexhtop group index array scaling.

    The current code has the limit of 127 nexthop groups due to the
     wrongly-checked bitmask_copy() return value.

    PR: 254303
    Reported by:    Aleks <a.ivanov at veesp.com>
    Approved by:    re (gjb)

    (cherry picked from commit 923e7f7e12670e97b097a195e69c848a6e8773a2)

 sys/net/route/nhgrp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-254303-7501-vAB4VyS8Nx>