https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=264649
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: [email protected]
Reporter: [email protected]
Created attachment 234655
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=234655&action=edit
a possible patch
Use 1UL for unsigned long, or we'll meet a overflow issue with UBSAN.
--
You are receiving this mail because:
You are the assignee for the bug.