Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFC: initial check for fdt and its containing buffer #14

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 13, 2023

  1. FC: initial check for fdt and its containing buffer

    It is not inherently an error to have a containing buffer larger
    than the actual FDT. FDTs can be grown and hence a larger buffer
    may just accomodate expected growths.
    
    However, a buffer that is actually smaller than the value in the
    FDT header does not represent a valid situation and it is better
    to bail off early.
    François-Frédéric Ozog committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    6e6e258 View commit details
    Browse the repository at this point in the history