You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
David Hook edited this page Aug 30, 2025
·
4 revisions
Issue affecting: BC-FJA 2.1.0, BC-LTS 2.73.0
Fixed versions: BC-FJA 2.1.1, BC-LTS 2.73.8
Platform affected: All JVMs.
The use of a private instance class, rather than a private static class, in the AESNativeCBC class caused some garbage collectors to fail to collect native CBC ciphers when no longer in use. This could lead to OutOfMemoryError and subsequent failure of the calling application. The class has now been replaced with a private static class.
It should be noted that while we have received reports of this issue for BC-FJA 2.1.0, we have not received any for BC-LTS 2.73.7, however analysis indicates that it must be present and should show up eventually if not dealt with by upgrading.