• Yossi Gottlieb's avatar
    Server won't start on alpine/libmusl without IPv6. (#8655) · 94694010
    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.
    
    (cherry picked from commit df5f543b)
    94694010
server.c 201 KB