Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ps.map: initialize variable contents before using them in get_ll_boun…
…ds (#4501) In some situations, when some conditionals fails, we would be assigning uninitialized variables to values, which is undefined behavior. Fix that by assigning a value to the variables. This was found using cppcheck tool. Signed-off-by: Mohan Yelugoti <ymdatta.work@gmail.com>
- Loading branch information