pack: Fix off-by-one in PRoot handling in the wrapper.
authorLudovic Courtès <ludo@gnu.org>
Thu, 7 May 2020 16:38:54 +0000 (18:38 +0200)
committerLudovic Courtès <ludo@gnu.org>
Thu, 7 May 2020 21:52:25 +0000 (23:52 +0200)
commit4a53c19a325e7192c5aa6b0b34daf660ea615e17
tree61c457fcbd47a4dd888685eeb556f941caecc405
parent8ba2aa22f1b972b0bb0844c6ad1557b44eab2f7e
pack: Fix off-by-one in PRoot handling in the wrapper.

* gnu/packages/aux-files/run-in-namespace.c (exec_with_proot): Make
'proot_argv' one element larger to account for the terminating NULL.
gnu/packages/aux-files/run-in-namespace.c