Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/wscons
Module Name: src
Committed By: mrg
Date: Fri Sep 19 05:22:20 UTC 2025
Modified Files:
src/sys/dev/wscons: wsdisplay.c
Log Message:
avoid a dangling pointer error by making sure all exits don't leave
a pointer that won't be actually used. found by GCC 14.
To generate a diff of this commit:
cvs rdiff -u -r1.166 -r1.167 src/sys/dev/wscons/wsdisplay.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