Page MenuHomeFreeBSD

D25111.id72588.diff
No OneTemporary

D25111.id72588.diff

Index: stand/efi/gptboot/proto.c
===================================================================
--- stand/efi/gptboot/proto.c
+++ stand/efi/gptboot/proto.c
@@ -42,7 +42,7 @@
#include "gpt.h"
#include <sys/gpt.h>
static const uuid_t freebsd_ufs_uuid = GPT_ENT_TYPE_FREEBSD_UFS;
-static char secbuf[4096];
+static char secbuf[4096] __aligned(4096);
static struct dsk dsk;
static dev_info_t *devices = NULL;
static dev_info_t *raw_device = NULL;

File Metadata

Mime Type
text/plain
Expires
Mon, Jan 13, 4:34 PM (18 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15784202
Default Alt Text
D25111.id72588.diff (454 B)

Event Timeline