Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144876353
D6233.1776791119.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
358 B
Referenced Files
None
Subscribers
None
D6233.1776791119.diff
View Options
Index: efi/libefi/efipart.c
===================================================================
--- efi/libefi/efipart.c
+++ efi/libefi/efipart.c
@@ -107,7 +107,7 @@
nout = 0;
bzero(aliases, nin * sizeof(EFI_HANDLE));
- pdinfo = malloc(nin * sizeof(*pdinfo));
+ pdinfo = malloc(nin * sizeof(struct pdinfo));
if (pdinfo == NULL)
return (ENOMEM);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Apr 21, 5:05 PM (2 h, 15 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28400202
Default Alt Text
D6233.1776791119.diff (358 B)
Attached To
Mode
D6233: 209305 - Code to malloc should use struct <NAME> instead of pointer as per style guidelines
Attached
Detach File
Event Timeline
Log In to Comment