Page MenuHomeFreeBSD

cd9660 pointer sign issues and missing __packed attribute
ClosedPublic

Authored by tsoome on Aug 2 2018, 10:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Nov 13, 8:56 PM
Unknown Object (File)
Wed, Nov 12, 4:13 AM
Unknown Object (File)
Wed, Oct 29, 6:43 PM
Unknown Object (File)
Wed, Oct 29, 6:24 PM
Unknown Object (File)
Wed, Oct 29, 4:23 PM
Unknown Object (File)
Wed, Oct 29, 1:55 PM
Unknown Object (File)
Wed, Oct 29, 10:04 AM
Unknown Object (File)
Wed, Oct 29, 8:30 AM
Subscribers

Details

Summary

the isonum_* functions are defined to take unsigend char* as an argument,
but the structure fields are defined as char. Change to u_char where needed.

Probably the full structure should be changed, but I'm not sure about the
side affects.

while there, add __packed attribute.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2018, 6:42 AM
This revision was automatically updated to reflect the committed changes.