]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
Use mmap to allocate for OpenSSL stack allocation
authorNick Porter <nick@portercomputing.co.uk>
Fri, 12 Sep 2025 19:53:37 +0000 (20:53 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 15 Sep 2025 15:47:35 +0000 (16:47 +0100)
commita9c8d0ac6aca17a98b1768276317f32f23f4af34
tree8f10bbe2128df78366c13064c3e5a9233daa38cb
parent8aaa7150cdd1f4f1851a6fcbd64c610ccf9c47a9
Use mmap to allocate for OpenSSL stack allocation

Using the size reported by pthread_attr_getstacksize()
src/lib/tls/base.c