DescriptionFix overzealous CHECK in custom EC_KEYs.
If any EC_KEY with EX_DATA is duplicated, whether or not it is one of ours,
ExDataDup may get called. This is unlikely to ever happen (I don't think
we ever dup any EC_KEY on the client, and dup_ex_data has a fast-path if
the EX_DATA has never been touched anyway), but the CHECK is a little
overzealous.
BUG=none
Committed: https://crrev.com/22c8bddb6fa6b1c11960989a175f95d363119e6d
Cr-Commit-Position: refs/heads/master@{#292210}
Patch Set 1 #
Messages
Total messages: 8 (0 generated)
|