Edit

IABSD.fr/src/lib/libsndio

Branch :

  • Show log

    Commit

  • Author : ratchov
    Date : 2026-03-15 10:15:18
    Hash : 23eb09db
    Message : libsndio: Simplify cookie handling Simple asnprintf(3) calls can replace the "clever" malloc(3) and memcpy(3) calls that are much harder to review. ok armani, deraadt