Skip to content
Commit 6beaebcd authored by Lijuan Gao's avatar Lijuan Gao Committed by lijuang
Browse files

QcomModulePkg: Fixed the possible security issue when getting partition size

Fixed the possible security issue when getting partition size.
1. Interger overflow while adding LastBlock and 1.
2. Integer overflow while multiplying LastBlock and BlockSize.

Change-Id: Idd103ba31cffcf407520c5c65a9cb46d71ca2dfa
parent fb686068
Please register or to comment