diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2022-09-04 15:45:26 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2022-09-04 15:45:26 +0000 |
commit | 3afd1db0108eabb9cb7d29f39b1f1c8985b27f50 (patch) | |
tree | 27edda5b6aa1772cdef69c54cc73b3cb99f8204a /lib/librpcsvc/rstat.x | |
parent | 09d33736d90e0f9490553346b453706250407e35 (diff) |
Add bounds checks for various EVP cipher implementations.
The EVP cipher API uses size_t, however a number of the underlying
implementations use long in their API. This means that an input with
size > LONG_MAX will go negative.
Found by Coverity, hiding under a large pile of macros.
ok tb@
Diffstat (limited to 'lib/librpcsvc/rstat.x')
0 files changed, 0 insertions, 0 deletions