View Issue Details

IDProjectCategoryView StatusLast Update
0003108EBoot_PC4EBootpublic2016-12-05 13:57
Reporterfroelich Assigned To 
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Product VersionV1.8 
Target VersionV1.9Fixed in VersionV1.9 
Summary0003108: Eboot hangs when nboot args structure larger than structure prepared by nboot.
DescriptionEboot hangs when nboot args structure larger than structure prepared by nboot.
Additional InformationFixed code in main.c function OEMDebugInit().

        // HF 161205: Only copy valid nboot args from nboot to eboot
// OLD: nbootargs = pBSPArgs->nbootargs;

// NEW:
memset(&nbootargs, 0, sizeof(NBOOT_ARGS));
memcpy(&nbootargs, &pBSPArgs->nbootargs, pBSPArgs->nbootargs.dwSize);
Forum Link

Activities

There are no notes attached to this issue.