`commonUtility::toHex` method returns hex representation of incoming byte, but does not have an out of bound access check, which can lead to `SIGSEGV`. https://github.com/ibm-openbmc/openpower-vpd-parser/blob/66bd44e2c3a6bfc9ed16b94c5f688f848d3ab4c6/vpd-manager/include/utility/common_utility.hpp#L47
commonUtility::toHexmethod returns hex representation of incoming byte, but does not have an out of bound access check, which can lead toSIGSEGV.openpower-vpd-parser/vpd-manager/include/utility/common_utility.hpp
Line 47 in 66bd44e