NetBSD-Bugs archive

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

PR/49411 CVS commit: src/sys/external/bsd/drm2/include/linux



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

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/49411 CVS commit: src/sys/external/bsd/drm2/include/linux
Date: Sun, 23 Nov 2014 16:16:29 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Nov 23 16:16:29 UTC 2014
 
 Modified Files:
 	src/sys/external/bsd/drm2/include/linux: hdmi.h
 
 Log Message:
 Back out previous, fix PR kern/49411 correctly.
 
 frame->header.length is not initialized in the vendor packet case.
 Instead, make hdmi_infoframe_header_pack take the packet length and
 subtract the size of the header when packing the header.
 
 (Could make it take the payload length instead, but for callers it is
 more convenient to have a name for the whole packet length.)
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.3 -r1.4 src/sys/external/bsd/drm2/include/linux/hdmi.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