1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-20 13:48:38 -05:00
Simon Tatham e97a364d07 sclog: don't try to find libc functions outside libc.
On AArch64, there are unexpectedly malloc and free functions in ld.so,
so the module-load function finds them there, wraps them, and then
misses the real versions in libc.
2020-11-26 18:04:49 +00:00
..