Home
last modified time | relevance | path

Searched hist:"02 d59af5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/openpower-hw-diags/analyzer/ras-data/
H A Dras-data-parser.cpp02d59af5 Tue Feb 07 17:52:34 CST 2023 Zane Shelley <zshelle@us.ibm.com> Exception handling with flags in ras-data-parser

It is possible that a signature may not be defined in the RAS data. In
which case, trying to access the flags for an undefined signature would
throw an exception. This is not the desired behavior. Instead, we'll
catch the exceptions and move on as if the flag is not defined.

Change-Id: I4d3cff52ce5f32074fca9863f60b84726dd590aa
Signed-off-by: Zane Shelley <zshelle@us.ibm.com>