Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

collector/zfs: Prevent procfs integer underflow #2961

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 19, 2024

  1. collector/zfs: Prevent procfs integer underflow

    Prevent integer underflow when parsing the `procfs` file as it used a
    `ParseUint` to parse signed values.
    
    Fixes: prometheus#2766
    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    rexagod committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    7a49a57 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. fixup! collector/zfs: Prevent procfs integer underflow

    Signed-off-by: Pranshu Srivastava <rexagod@gmail.com>
    rexagod committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    755a438 View commit details
    Browse the repository at this point in the history