diff options
author | Javier Blazquez <jblazquez@riotgames.com> | 2018-06-22 20:11:26 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2018-06-23 22:31:52 +0200 |
commit | 4c901638b4d7bab5e5a847f6970425d9c1f2ea2d (patch) | |
tree | 3f8374daaa298195a6e15ea0ce373ece0feac3d1 /tests/data/test1557 | |
parent | 146178a9df83de1cfc345771b4c6eceb21ea700e (diff) |
multi: fix crash due to dangling entry in connect-pending list
Fixes #2677
Closes #2679
Diffstat (limited to 'tests/data/test1557')
-rw-r--r-- | tests/data/test1557 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/data/test1557 b/tests/data/test1557 new file mode 100644 index 000000000..16e2a2c47 --- /dev/null +++ b/tests/data/test1557 @@ -0,0 +1,36 @@ +<testcase> +<info> +<keywords> +multi +crash +</keywords> +</info> + +<reply> +</reply> + +<client> +<server> +none +</server> +<tool> +lib1557 +</tool> + +<name> +Removing easy handle that's in the pending connections list doesn't leave behind a dangling entry +</name> +<command> +nothing +</command> +</client> + +# +# Verify that the test runs to completion without crashing +<verify> +<errorcode> +0 +</errorcode> +</verify> + +</testcase> |