gnovm: avoid letting malformed strings like ".-400" be passed into apd.Decimal or send patch to cockroachdb/apd #2968
Labels
review/triage-pending
PRs opened by external contributors that are waiting for the 1st review
security
Security-sensitive issue
Description
I found this bug by fuzzing with this fuzzer
we re-discovered a long standing bug in cockroachdb/apd cockroachdb/apd#120 (comment) let's be cautious that strings of that form will cause a panic in gnovm hence either send a fix to apd and can even use it to market gnolang and contribute positively or at least protect against such strings
The text was updated successfully, but these errors were encountered: