Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Oct 2015 07:04:27 GMT
From:      def@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r293062 - soc2013/def/crashdump-head/sys/kern
Message-ID:  <201510260704.t9Q74RaW086642@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: def
Date: Mon Oct 26 07:04:27 2015
New Revision: 293062
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=293062

Log:
  Use correct size for kernel dump key size.

Modified:
  soc2013/def/crashdump-head/sys/kern/kern_shutdown.c

Modified: soc2013/def/crashdump-head/sys/kern/kern_shutdown.c
==============================================================================
--- soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Mon Oct 26 07:03:43 2015	(r293061)
+++ soc2013/def/crashdump-head/sys/kern/kern_shutdown.c	Mon Oct 26 07:04:27 2015	(r293062)
@@ -152,7 +152,7 @@
 	keyInstance	kdc_ki;
 	cipherInstance	kdc_ci;
 	off_t		kdc_nextoffset;
-	uint8_t		kdc_dumpkeysize;
+	uint32_t	kdc_dumpkeysize;
 	uint32_t	kdc_encryptedkeysize;
 	uint8_t		kdc_encryptedkey[];
 };



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510260704.t9Q74RaW086642>