Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 736294 Details for
Bug 801925
sys-firmware/edk2-ovmf-202105-r1[-binary]: decode.c:2033:41: error: argument 2 of type ‘const uint8_t *’ {aka ‘const unsigned char *’} declared as a pointer
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to fix the stringop overflow
edk2-ovmf-202105-fix-stringop-overflow.diff (text/plain), 403 bytes, created by
Jaak Ristioja
on 2021-08-27 18:11:33 UTC
(
hide
)
Description:
Patch to fix the stringop overflow
Filename:
MIME Type:
Creator:
Jaak Ristioja
Created:
2021-08-27 18:11:33 UTC
Size:
403 bytes
patch
obsolete
>--- a/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c 2021-05-27 13:08:32.000000000 +0300 >+++ b/MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBus.c 2021-08-27 20:54:36.263850198 +0300 >@@ -271,7 +271,7 @@ > Dev->Speed, > EpDesc->Desc.MaxPacketSize, > BufNum, >- &Data, >+ Data, > DataLength, > &Toggle, > Timeout,
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 801925
:
723601
|
736258
|
736261
|
736294
|
738076