Edit

kc3-lang/libxkbcommon/src/xkbcomp

Branch :

  • Show log

    Commit

  • Author : Ran Benita
    Date : 2013-10-03 10:02:49
    Hash : 1e52bf79
    Message : symbols: fix use of uninitialized variable 'tmp' is stack allocated so tmp->merge is used uninitialized by AddModMapEntry(). The value doesn't matter much, but it used to make some modmap merging decision (which doesn't have many conflicts usually). Bug inherited from xkbcomp. Signed-off-by: Ran Benita <ran234@gmail.com>