Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2022 02:26:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 264649] drm: fix signed integer overflow
Message-ID:  <bug-264649-227@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 264649
           Summary: drm: fix signed integer overflow
           Product: Base System
           Version: Unspecified
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: xiaohuizhang@ruc.edu.cn

Created attachment 234655
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D234655&action=
=3Dedit
a possible patch

Use 1UL for unsigned long, or we'll meet a overflow issue with UBSAN.

--=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-264649-227>