History log of /openbmc/entity-manager/src/expression.cpp (Results 1 – 3 of 3)
Revision Date Author Comments
# 2eb6c6fd 23-Jan-2023 P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>

Error handling for modulo operation

Add zero check for denominator as it could result in divide by zero
exception.

Tested:
Successfully able to handle the zero condition

Change-Id: I400b03db1fbf81

Error handling for modulo operation

Add zero check for denominator as it could result in divide by zero
exception.

Tested:
Successfully able to handle the zero condition

Change-Id: I400b03db1fbf81afdaa92243fa4af48d19807466
Signed-off-by: P Dheeraj Srujan Kumar <p.dheeraj.srujan.kumar@intel.com>

show more ...


# 9e92c96b 19-Jan-2023 V-Sanjana <sanjana.v@intel.com>

Error handling for division operation

Checked for the denominator and handle the case if denominator is zero.

Tested:
Successfully able to handle the zero condition

Change-Id: I11d4b6dbc9e49034049

Error handling for division operation

Checked for the denominator and handle the case if denominator is zero.

Tested:
Successfully able to handle the zero condition

Change-Id: I11d4b6dbc9e49034049feacc011b0f9a1a044325
Signed-off-by: V-Sanjana <sanjana.v@intel.com>

show more ...


# e45d8c71 25-May-2022 Brad Bishop <bradleyb@fuzziesquirrel.com>

treewide: comply with the OpenBMC style guidelines

The guidelines say cpp source code filenames should be lower_snake_case:
https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#f

treewide: comply with the OpenBMC style guidelines

The guidelines say cpp source code filenames should be lower_snake_case:
https://github.com/openbmc/docs/blob/master/cpp-style-and-conventions.md#files

Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Change-Id: Ia04017b0eb9a65ce1303af5b6dc36e730410fd91

show more ...