Add fix for RELIC parsing invalid inputs.#21
Merged
Fuzzbawls merged 1 commit intoApr 18, 2023
Conversation
panleone
approved these changes
Apr 17, 2023
Liquid369
approved these changes
Apr 18, 2023
Fuzzbawls
added a commit
to Fuzzbawls/PIVX
that referenced
this pull request
Apr 18, 2023
5c0be19abc Merge PIVX-Project/bls-signatures#21: Add fix for RELIC parsing invalid inputs. 144680469e Merge PIVX-Project/bls-signatures#20: CMake: Squelch implicit conversion warnings 98d6c06453 Merge PIVX-Project/bls-signatures#19: [GA] Add macOS/Ubuntu latest runners adb71101a3 Add fix for RELIC parsing invalid inputs. 4581ffab2c CMake: Squelch implicit conversion warnings 6b178f9f94 [GA] Add macOS/Ubuntu latest runners 188967ec6c Merge PIVX-Project/bls-signatures#18: Autotools: Bump relic version 9c27c3a468 Merge PIVX-Project/bls-signatures#17: Update Relic git-tag fa5c05a5dd Autotools: Consistently use explicit quoting and improve readability 7a069139c1 build: Update autotools Makefile.am for new relic 779fdb24b7 Merge commit '98c9be9bc82c69b146a010a26c03e3ead7387624' into 2023_contrib-relic-bump 98c9be9bc8 Squashed 'contrib/relic/' changes from 1885ae3b..e6209fd8 6e619c55f1 Merge PIVX-Project/bls-signatures#16: [GA] Bump action-apt to `master` version 765a72b5cd Merge PIVX-Project/bls-signatures#15: [Build] Add syslib memory include to threshold.cpp 82995ba8be Merge PIVX-Project/bls-signatures#14: [Contrib] Update catch to v2.13.10 b7b5e2bde9 Update Relic git-tag 551f2c4e1d [GA] Bump action-apt to `master` version 0c8c9cd84e [Build] Add syslib memory include to threshold.cpp c3f7315c28 scripted-diff: Update catch to v2.13.10 git-subtree-dir: src/chiabls git-subtree-split: 5c0be19abcd3061bb696f236f2c8b6698ca925d5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This patch handles RELIC errors when invalid inputs are provided.
Ref: Chia-Network#249
Extracted From: #12