frostfs-node/cmd
Leonard Lyubich e26dc0a6e3 [#493] node/config: Fix corrupting of path to the subsection
In previous implementation `Config.Sub` method could lead to the violation
of the internal `path` slice because of `append`. This has been observed on
deeply nested subsections.

Fix `Config.Sub` to copy internal slice in order to prevent violations.
Cover problem case in test config files and unit test.

Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
2021-06-02 09:54:00 +03:00
..
neofs-cli [#570] *: Remove usage of deprecated elements from API Go library 2021-05-31 20:45:15 +03:00
neofs-ir [#552] cmd/ir: Remove redundant if-statements before exitErr calls 2021-05-31 10:09:40 +03:00
neofs-node [#493] node/config: Fix corrupting of path to the subsection 2021-06-02 09:54:00 +03:00