• Yossi Gottlieb's avatar
    Server won't start on alpine/libmusl without IPv6. (#8655) · df5f543b
    Yossi Gottlieb authored
    listenToPort attempts to gracefully handle and ignore certain errors but does not store errno prior to logging, which in turn calls several libc functions that may overwrite errno.
    
    This has been discovered due to libmusl strftime() always returning with errno set to EINVAL, which resulted with docker-library/redis#273.
    df5f543b
server.c 230 KB