NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/57304 CVS commit: src/sys/dev/pci



The following reply was made to PR kern/57304; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57304 CVS commit: src/sys/dev/pci
Date: Wed, 29 Mar 2023 09:45:05 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Wed Mar 29 09:45:05 UTC 2023
 
 Modified Files:
 	src/sys/dev/pci: virtioreg.h
 
 Log Message:
 virtio(4): Use flexible array members, not zero-length arrays.
 
 This enables the compiler to detect sizeof mistakes like
 PR kern/57304.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.11 -r1.12 src/sys/dev/pci/virtioreg.h
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index