bugfix: don’t blow up on “ARG_CHECK(ctx != NULL)” #301
pull theuni wants to merge 1 commits into bitcoin-core:master from theuni:arg_check changing 3 files +17 −17-
theuni commented at 6:21 pm on September 1, 2015: contributorThe obvious fix for #300. I’m not sure if this should be handled in the same macro though.
-
apoelstra commented at 6:36 pm on September 1, 2015: contributor
I think a better fix is to replace the affected
ARG_CHECK
s withVERIFY_CHECK
. Or even to put aVERIFY_CHECK
forctx != NULL
in theARG_CHECK
macro itself.I think we’ll get burned if we don’t terminate the program on null context, since it’s used inside of so many macros.
-
sipa commented at 7:09 pm on September 1, 2015: contributor
Agree with @apoelstra. This will just make the accidental passing of ctx==NULL harder to discover. On Sep 1, 2015 20:36, “Andrew Poelstra” notifications@github.com wrote:
I think a better fix is to replace the affected ARG_CHECKs with VERIFY_CHECK. Or even to put a VERIFY_CHECK for ctx != NULL in the ARG_CHECK macro itself.
I think we’ll get burned if we don’t terminate the program on null context, since it’s used inside of so many macros.
— Reply to this email directly or view it on GitHub https://github.com/bitcoin/secp256k1/pull/301#issuecomment-136822520.
-
theuni commented at 7:11 pm on September 1, 2015: contributorOk, fine by me. This was just the “fix it as it lies” change. I’d much prefer to handle the ctx logic separately from the other args.
-
apoelstra commented at 5:51 pm on September 2, 2015: contributorCan you replace this with a patch that replaces any
ARG_CHECK
s onctx
withVERIFY_CHECK
? (If not I can do it.) -
theuni force-pushed on Sep 3, 2015
-
theuni force-pushed on Sep 3, 2015
-
theuni commented at 2:08 am on September 3, 2015: contributorUpdated as suggested. Also moved one case where the context was checked after other arguments.
-
theuni force-pushed on Sep 3, 2015
-
theuni commented at 3:40 am on September 3, 2015: contributorUpdated again. I accidentally left the original change to the ARG_CHECK macro in, gone now.
-
bugfix: "ARG_CHECK(ctx != NULL)" makes no sense
Move all context checks to VERIFY_CHECK and be sure they come before all ARG_CHECKs.
-
sipa merged this on Sep 4, 2015
-
sipa closed this on Sep 4, 2015
-
sipa referenced this in commit c822693eff on Sep 4, 2015
-
sipa cross-referenced this on Sep 29, 2015 from issue Bad callback logic by theuni
This is a metadata mirror of the GitHub repository bitcoin-core/secp256k1. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2024-11-23 00:15 UTC
More mirrored repositories can be found on mirror.b10c.me