NetBSD-Bugs archive

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

PR/59086 CVS commit: [netbsd-10] src/sys/dev/pci



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

From: "Martin Husemann" <martin%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/59086 CVS commit: [netbsd-10] src/sys/dev/pci
Date: Sat, 22 Feb 2025 12:19:57 +0000

 Module Name:	src
 Committed By:	martin
 Date:		Sat Feb 22 12:19:57 UTC 2025
 
 Modified Files:
 	src/sys/dev/pci [netbsd-10]: if_vioif.c
 
 Log Message:
 Pull up following revision(s) (requested by joe in ticket #1055):
 
 	sys/dev/pci/if_vioif.c: revision 1.114
 
 PR kern/59086:
 use right byte size of data resource to be freed instead of sizeof pointer
 use of sizeof pointer frees only 8 bytes of the large vioif_tx_context struct
 which leaks the rest of the memory
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.82.4.5 -r1.82.4.6 src/sys/dev/pci/if_vioif.c
 
 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