HomeFreeBSD

MFC r355713:

Description

MFC r355713:
loader: cd9660_open() warn: is 'buf' large enough for 'struct iso_primary_descriptor'?

We do allocate amount of memory (void * or char *), and then assign this
buffer to struct iso_primary_descriptor *vd. Make sure we do
allocate enough bytes.

In fact we do allocate enough, but it is good idea to make sure this really
is so.

Details

Provenance
tsoomeAuthored on
Parents
rS355926: iicoc: fix the build on PCI machines
Branches
Unknown
Tags
Unknown