Edit

kc3-lang/libxkbcommon/src/compose

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2018-03-12 09:43:55
    Hash : 842e4351
    Message : compose: fix infinite loop in parser on some inputs The parser would enter an infinite loop if an unterminated keysym literal occurs at EOF. Found with the afl fuzzer. Signed-off-by: Ran Benita <ran234@gmail.com>