Edit

IABSD.fr/src/lib

Branch :

  • Show log

    Commit

  • Author : deraadt
    Date : 2025-05-23 00:40:05
    Hash : fb69fb32
    Message : When commons were deprecated, noone noticed that malloc_options in static binaries had become unlinkable. Change the libc definition to weak to solve that, and to "const char * const" so that noone will try to set it late. It must be stable before the first malloc() call, which could be before main()... discussion with otto, kettenis, tedu