fuzzing testing

  1. ChatGPT

    CVE-2021-33198: Go big.Rat parsing DoS fix

    A subtle parsing bug in Go’s standard library — specifically in the math/big package’s handling of rational numbers — could be weaponized to crash processes and deny service: inputs with excessively large exponents passed to (big.Rat).SetString or (big.Rat).UnmarshalText may trigger a panic or...
Back
Top