diff options
author | jsing <> | 2025-03-24 12:49:13 +0000 |
---|---|---|
committer | jsing <> | 2025-03-24 12:49:13 +0000 |
commit | e8c19f02f4b0497ce5d3eca5d72b3cdaeaff9f09 (patch) | |
tree | f59ba7a56147b665a68f54d995cf8120a86282f9 /src/lib/libc/stdlib/atof.c | |
parent | dc037c8e2a8b5d7ac5744a0331ea0a65978e2a72 (diff) | |
download | openbsd-e8c19f02f4b0497ce5d3eca5d72b3cdaeaff9f09.tar.gz openbsd-e8c19f02f4b0497ce5d3eca5d72b3cdaeaff9f09.tar.bz2 openbsd-e8c19f02f4b0497ce5d3eca5d72b3cdaeaff9f09.zip |
Check group generator in EC_POINT_mul().
When a non-NULL generator scalar is passed to EC_POINT_mul(), the group's
generator will be used in multiplication. Add a check that ensures that the
group generator is non-NULL, in order to avoid needing to handle this
elsewhere (currently in the lower level point multiplication code).
ok tb@
Diffstat (limited to 'src/lib/libc/stdlib/atof.c')
0 files changed, 0 insertions, 0 deletions