Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GROMACS GROMACS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 276
    • Issues 276
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 73
    • Merge requests 73
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • GROMACS
  • GROMACSGROMACS
  • Merge requests
  • !932

Remove FPE potential from gammadistribution code

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Paul Bauer requested to merge harden-random-gammadistribution into release-2021 Dec 09, 2020
  • Overview 21
  • Commits 3
  • Changes 2

Some checks in the code would not trip to prevent FPEs for divide-by-zero or log(0) corner cases due to the nature of the checks on the numeric input. Changed those checks to exclude those corner cases.

Refs #3234 (closed)

Edited Jan 25, 2021 by Paul Bauer
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: harden-random-gammadistribution