Comment 6 for bug 1787630

Revision history for this message
Alex Murray (alexmurray) wrote : Re: [FFe] Include HTTP support in pre-build GRUB module

http.c generally looks okay - errors are usually checked and handled, care is taken to ensure buffers are not overrun etc, sizes are handled well etc. From what I can see it appears to also appropriately check input to ensure it doesn't blindly trust it as well.

Also the upstream history of this file looks pretty stable too http://git.savannah.gnu.org/gitweb/?p=grub.git;a=history;f=grub-core/net/http.c

So nothing in particular stands out as a red-flag security wise that I can see.