Skip to content

[C++][Parquet] Guard against use of decryptor/encryptor after wipe out #43946

@pitrou

Description

@pitrou

Describe the enhancement requested

According to #43057 (comment), in some cases a AesEncryptor or AesDecryptor might be used after its WipeOut method was called. This will typically produce a crash in OpenSSL. Instead, we might check whether the encryptor/decryptor was wiped out and error out.

Component(s)

C++, Parquet

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions