FreeBSD Bugzilla – Attachment 218442 Details for
Bug 250019
/usr/src/stand/uboot/lib/glue.c
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
/usr/src/stand/uboot/lib/glue.c
glue.c.patch (text/plain), 441 bytes, created by
Samee Shahzada
on 2020-10-01 02:56:53 UTC
(
hide
)
Description:
/usr/src/stand/uboot/lib/glue.c
Filename:
MIME Type:
Creator:
Samee Shahzada
Created:
2020-10-01 02:56:53 UTC
Size:
441 bytes
patch
obsolete
>Index: /usr/src/stand/uboot/lib/glue.c >=================================================================== >--- /usr/src/stand/uboot/lib/glue.c (revision 366287) >+++ /usr/src/stand/uboot/lib/glue.c (working copy) >@@ -556,7 +556,7 @@ > return (NULL); > > /* next enumerated env var */ >- memset(env_name, 0, 256); >+ memset(env_name, 0, (sizeof(char) * 256)); > for (i = 0, str = env; *str != '=' && *str != '\0';) > env_name[i++] = *str++; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 250019
: 218442