Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F160695431
D55439.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
567 B
Referenced Files
None
Subscribers
None
D55439.diff
View Options
diff --git a/sys/x86/x86/ucode_subr.c b/sys/x86/x86/ucode_subr.c
--- a/sys/x86/x86/ucode_subr.c
+++ b/sys/x86/x86/ucode_subr.c
@@ -98,11 +98,11 @@
const uint8_t *fw_data, size_t fw_size, size_t *selected_sizep)
{
const amd_10h_fw_header_t *fw_header;
- const amd_10h_fw_header_t *selected_fw;
+ const amd_10h_fw_header_t *selected_fw = NULL;
const equiv_cpu_entry_t *equiv_cpu_table;
const section_header_t *section_header;
const container_header_t *container_header;
- size_t selected_size;
+ size_t selected_size = 0;
uint16_t equiv_id;
int i;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jun 27, 9:30 PM (15 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28960181
Default Alt Text
D55439.diff (567 B)
Attached To
Mode
D55439: x86/ucode: fix gcc uninitialised warning
Attached
Detach File
Event Timeline
Log In to Comment