On 2023-02-01 21:31, Robbie Harwood wrote:
Stefan Berger writes:
+.vec5_size = 1 + sizeof (struct option_vector5) - 2,
+.vec5 = {
+ 0, 0, 0, 0, 0, 0, 0, 0, 256
+}
Hi Stefan and Diego, are you able to speak to vec5 setting?
I have been talking with Avnish Chouhan (CC'd) down
The module loader contains the following check:[1]
/* Me, Vladimir Serbinenko, hereby I add this module check as per new
GNU module policy. Note that this license check is informative only.
Modules have to be licensed under GPLv3 or GPLv3+ (optionally
multi-licensed under
George Barrett writes:
> The module loader contains the following check:[1]
>
> /* Me, Vladimir Serbinenko, hereby I add this module check as per new
>GNU module policy. Note that this license check is informative only.
>Modules have to be licensed under GPLv3 or GPLv3+ (optio
On Fri, Feb 03, 2023 at 13:17:01 -0500, Robbie Harwood wrote:
> We're not aware of anyone trying to use external modules, and as
> discussed previously on the list that's fraught anyhow, but suppose they
> were. Even if the license on their module were maximally incompatible
> with grub's, all tha
In the function send_dhcp_packet(), added an error check for the return value of
grub_netbuff_push().
Fixes: CID 404614
Signed-off-by: Alec Brown
---
grub-core/net/bootp.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/grub-core/net/bootp.c b/grub-core/net/bootp.c
index