Edit

kc3-lang/libxkbcommon/src/compose

Branch :

  • Show log

    Commit

  • Author : Pierre Le Marre
    Date : 2024-02-05 11:55:39
    Hash : 1731c6b3
    Message : compose: Ensure we mmap only regular files Currently we do not check that the Compose files we try successively are *regular* files. This may result in an error, while we should just really just skip the corresponding path. Fixed by adding the new utily function `open_file`.