mirror of
https://github.com/curl/curl.git
synced 2024-12-15 06:40:09 +08:00
ec977b050d
In some circumstances when doing parallel transfers, the single_transfer_cleanup() would not be called and then 'inglob' could leak. Test 496 verifies Reported-by: Trail of Bits Closes #9749
37 lines
352 B
Plaintext
37 lines
352 B
Plaintext
<testcase>
|
|
<info>
|
|
<keywords>
|
|
curl tool
|
|
cmdline
|
|
parallel
|
|
</keywords>
|
|
</info>
|
|
|
|
#
|
|
# Server-side
|
|
<reply>
|
|
</reply>
|
|
|
|
#
|
|
# Client-side
|
|
<client>
|
|
<server>
|
|
none
|
|
</server>
|
|
<name>
|
|
parallel upload missing file
|
|
</name>
|
|
<command>
|
|
0 -Z -Tz
|
|
</command>
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<errorcode>
|
|
26
|
|
</errorcode>
|
|
</verify>
|
|
</testcase>
|