core: fix segfault in compile_bind_mounts() when BindPaths= or BindReadOnlyPaths...
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 11 Oct 2017 03:27:13 +0000 (12:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 11 Oct 2017 03:28:22 +0000 (12:28 +0900)
commita8cabc612b16834260831a8163ae4b479b5c33a5
tree11744eb3552e5c2473c6dc3c20d1d973dbdd3670
parentdcfaecc70a9d59dccadb7db6dc28211dfe77a0fd
core: fix segfault in compile_bind_mounts() when BindPaths= or BindReadOnlyPaths= is set

This fixes a bug introduced by 6c47cd7d3bf35c8158a0737f34fe2c5dc95e72d6.

Fixes #7055.
src/core/execute.c