Last Modified: Jul 24, 2024
Affected Product(s):
BIG-IP PEM
Fixed In:
17.1.1, 16.1.5, 15.1.10
Opened: May 27, 2023 Severity: 3-Major
Memory leak of struct size ummem_alloc_112.
Memory leak of struct size ummem_alloc_112. TMM may go out of memory, may restart and cause service disruption.
[PEM::session config policy get [IP::client_addr]] If above configuration is present in irule/format script and subscriber has ipv6 address.
Avoid getting policy via tcl command for IPv6 subscriber. Remove below configuration: [PEM::session config policy get [IP::client_addr]]
Code fixed to avoid memory leak. cb_cookie object was not getting freed sometimes. Made sure its freed in all the required cases.