core: Fix arg counting in enginge-gpg
* src/engine-gpg.c (build_argv): Properly check for all arguments and allocate memory for them.
This fixes a potential buffer overflow which could be created
by using unusual and partially contradictory options.
Like offline and auto-key-locate together while
using ignore-mdc-error.
As the list of arguments should not be user controlled the
impact of this is very low.
To ensure that this does not happen in the future an
assert is also added with this patch.