Re: [PATCH v4] usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset

2025-02-06 Thread Mattijs Korpershoek
Hi, On Mon, 27 Jan 2025 21:09:45 -0600, Michael Ferolito wrote: > The current behaviour of this function will dereference a null pointer > if the serial# environment variable is unset. This was discovered on a > board where U-Boot did not have access to the first 256MB of ram, > resulting in a boa

Re: [PATCH v4] usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset

2025-01-29 Thread Mattijs Korpershoek
Hi Michael, On mar., janv. 28, 2025 at 23:31, Michael wrote: > Are there any other action items I should take care of? TLDR: no. Details below: Not at the moment. Usually we give the community some time to review. This time depends on the custodian(maintainer) responsible for taking in the pa

Re: [PATCH v4] usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset

2025-01-28 Thread Michael
Are there any other action items I should take care of? On Tue, Jan 28, 2025 at 3:40 AM Mattijs Korpershoek wrote: > > Hi Michael, > > Thank you for the patch. > > On lun., janv. 27, 2025 at 21:09, Michael Ferolito > wrote: > > > The current behaviour of this function will dereference a null p

Re: [PATCH v4] usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset

2025-01-28 Thread Mattijs Korpershoek
Hi Michael, Thank you for the patch. On lun., janv. 27, 2025 at 21:09, Michael Ferolito wrote: > The current behaviour of this function will dereference a null pointer > if the serial# environment variable is unset. This was discovered on a > board where U-Boot did not have access to the first

Re: [PATCH v4] usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset

2025-01-27 Thread Heiko Schocher
Hi Michael, On 28.01.25 04:09, Michael Ferolito wrote: The current behaviour of this function will dereference a null pointer if the serial# environment variable is unset. This was discovered on a board where U-Boot did not have access to the first 256MB of ram, resulting in a board crash. In th

[PATCH v4] usb: gadget: g_dnl: Fix NULLPTR dereference when serial# is unset

2025-01-27 Thread Michael Ferolito
The current behaviour of this function will dereference a null pointer if the serial# environment variable is unset. This was discovered on a board where U-Boot did not have access to the first 256MB of ram, resulting in a board crash. In the event that U-Boot has full access to memory, it will sti