The current malloc_info implementation calls fprintf on user supplied FILE pointer. This can cause segfault if the FILE pointer implements write callbacks that call malloc (or other hardened_malloc functions that seal metadata) when metadata sealing is enabled.
The current malloc_info implementation calls fprintf on user supplied FILE pointer. This can cause segfault if the FILE pointer implements write callbacks that call malloc (or other hardened_malloc functions that seal metadata) when metadata sealing is enabled.