Check return values in push_pull.c

XMLWordPrintableJSON

    • Storage Engines
    • 2024-01-09 - I Grew Tired
    • 3

      Unchecked return value

      If the function returns an error value, the error value may be mistaken for a normal value. Value returned from a function is not checked for errors before being used.
      /bench/tiered/push_pull.c:255: CHECKED_RETURN 135328 Calling "sscanf" without checking return value (as is done elsewhere 16 out of 18 times).

            Assignee:
            Mariam Mojid
            Reporter:
            Coverity Collector User
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: