mirror of
https://github.com/curl/curl.git
synced 2026-07-20 12:47:16 +03:00
Memory can be leaked when importing corrupted SSL session data that carry the same data fields repeatedly. Fixes #22323 Closes #22324
21 lines
254 B
XML
21 lines
254 B
XML
<?xml version="1.0" encoding="US-ASCII"?>
|
|
<testcase>
|
|
<info>
|
|
<keywords>
|
|
ssls-import
|
|
</keywords>
|
|
</info>
|
|
|
|
# Client-side
|
|
<client>
|
|
<features>
|
|
SSLS-EXPORT
|
|
</features>
|
|
<tool>
|
|
lib%TESTNUMBER
|
|
</tool>
|
|
<name>
|
|
SSL session import tests
|
|
</name>
|
|
</client>
|
|
</testcase>
|