Skip to content

In the following public update functions no value is returned #44

@code423n4

Description

@code423n4

Handle

mics

Vulnerability details

In the following functions no value is returned, due to which by default value of return will be 0.
We assumed that after the update you return the latest new value.
(similar issue here: code-423n4/2021-10-badgerdao-findings#85).

    OpenLevV1Lib.sol, updatePrice
    OpenLevV1.sol, updatePrice
    BscDexAggregatorV1.sol, updateV3Observation
    ControllerV1.sol, updatePriceAllowed
    EthDexAggregatorV1.sol, updateV3Observation

Metadata

Metadata

Assignees

No one assigned

    Labels

    1 (Low Risk)Assets are not at risk. State handling, function incorrect as to spec, issues with commentsbugSomething isn't workingsponsor acknowledgedTechnically the issue is correct, but we're not going to resolve it for XYZ reasons

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions