View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003108 | EBoot_PC4 | EBoot | public | 2016-12-05 13:57 | 2016-12-05 13:57 |
Reporter | froelich | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | V1.8 | ||||
Target Version | V1.9 | Fixed in Version | V1.9 | ||
Summary | 0003108: Eboot hangs when nboot args structure larger than structure prepared by nboot. | ||||
Description | Eboot hangs when nboot args structure larger than structure prepared by nboot. | ||||
Additional Information | Fixed 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 | |||||