diff options
author | Xing Xin <xingxin.xx@bytedance.com> | 2024-10-08 05:38:19 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2024-10-08 19:22:10 +0200 |
commit | 0f490d270aa015f0bcb6a99c666eaa5b83f5d375 (patch) | |
tree | 686074db80bc4d3e5859ac8f76fa2cfe4b3cd90d /remote.h | |
parent | fetch: respect --server-option when fetching multiple remotes (diff) | |
download | git-0f490d270aa015f0bcb6a99c666eaa5b83f5d375.tar.xz git-0f490d270aa015f0bcb6a99c666eaa5b83f5d375.zip |
ls-remote: leakfix for not clearing server_options
Ensure `server_options` is properly cleared using `string_list_clear()`
in `builtin/ls-remote.c:cmd_ls_remote`.
Although we cannot yet enable `TEST_PASSES_SANITIZE_LEAK=true` for
`t/t5702-protocol-v2.sh` due to other existing leaks, this fix ensures
that "git-ls-remote" related server options tests pass the sanitize leak
check:
...
ok 12 - server-options are sent when using ls-remote
ok 13 - server-options from configuration are used by ls-remote
...
Signed-off-by: Xing Xin <xingxin.xx@bytedance.com>
Reviewed-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.h')
0 files changed, 0 insertions, 0 deletions