Reserved identifiers used as local variables #4630
Labels
bug
component-crypto
Crypto primitives and low-level interfaces
good-first-issue
Good for newcomers
size-s
Estimated task size: small (~2d)
Identifiers starting with underscore and a capital letter, or with two underscore, are reserved everywhere in the C language. (Identifiers starting with an underscore and a lowercase letter are only reserved at file scope.) The library uses some reserved identifiers.
Here's a search that weeds out most positives:
The true positives are all in
bignum.c
:_B
variable in severalmbedtls_mpi_xxx_int
functions and_RR
argument inmbedtls_mpi_exp_mod
.The text was updated successfully, but these errors were encountered: