OSDN Git Service

android/client: Fix crash in tab completion
authorJerzy Kasenberg <jerzy.kasenberg@tieto.com>
Wed, 30 Oct 2013 09:31:12 +0000 (10:31 +0100)
committerJohan Hedberg <johan.hedberg@intel.com>
Wed, 30 Oct 2013 10:06:45 +0000 (12:06 +0200)
commitc26309164b3165e2c0f8bd184def3d787574329f
treebb5374b66e4c398cbb5b58ee24c7f6b2e517725b
parent5ff30dbe651a33f3b7ae8c429a67ffb1b6a4eea9
android/client: Fix crash in tab completion

When user pressed tab on third or later argument when
first two did not make sense tool crashed.
Now method is checked for NULL before accessing help field.
android/client/tabcompletion.c