Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/pci
Module Name: src
Committed By: joe
Date: Tue Feb 25 02:10:13 UTC 2025
Modified Files:
src/sys/dev/pci: if_iavf.c
Log Message:
initialize post to 0
this prevents the use of unitialized variable when we hit an error branch
on the first attempt/iteration that will cause it to break out of the do while
loop
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/pci/if_iavf.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