Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/rasops
Module Name: src
Committed By: rin
Date: Mon Jul 29 08:13:50 UTC 2019
Modified Files:
src/sys/dev/rasops: rasops.h rasops1.c rasops_putchar.h
Log Message:
Avoid undefined behavior when converting unaligned be32 data to
host integer, found by kUBSan.
Pointed out by msaitoh.
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/dev/rasops/rasops.h
cvs rdiff -u -r1.29 -r1.30 src/sys/dev/rasops/rasops1.c
cvs rdiff -u -r1.3 -r1.4 src/sys/dev/rasops/rasops_putchar.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