DragonFlyBSD Kernel Audit
DF-1850 / fix.diff
← back to finding ↓ download raw
diff --git a/dev/video/bktr/bktr_reg.h b/dev/video/bktr/bktr_reg.h
--- a/dev/video/bktr/bktr_reg.h
+++ b/dev/video/bktr/bktr_reg.h
@@ -571,7 +571,7 @@
     int			remote_control_addr;   /* remote control i2c address */
     char		msp_version_string[9]; /* MSP version string 34xxx-xx */
     int			msp_addr;	       /* MSP i2c address */
-    char		dpl_version_string[9]; /* DPL version string 35xxx-xx */
+    char		dpl_version_string[12]; /* DPL version string 35xxx-xx */
     int			dpl_addr;	       /* DPL i2c address */
     int                 slow_msp_audio;	       /* 0 = use fast MSP3410/3415 programming sequence */
 					       /* 1 = use slow MSP3410/3415 programming sequence */