test689 (585B)
1 <testcase> 2 3 #Informational 4 <info> 5 <keywords> 6 RTSP 7 OPTIONS 8 </keywords> 9 </info> 10 11 # Server-side 12 <reply> 13 <data> 14 RTSP/1.0 786 15 16 RTSP/ 17 </data> 18 <datacheck> 19 </datacheck> 20 </reply> 21 22 # Client-Side 23 <client> 24 <server> 25 rtsp 26 </server> 27 <tool> 28 lib567 29 </tool> 30 31 <name> 32 fuzzing crash issue #12701 33 </name> 34 <command> 35 rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER 36 </command> 37 </client> 38 39 <verify> 40 <protocol> 41 OPTIONS rtsp://%HOSTIP:%RTSPPORT/%TESTNUMBER RTSP/1.0 42 CSeq: 1 43 User-Agent: test567 44 Test-Number: 567 45 46 </protocol> 47 # 85 == CURLE_RTSP_CSEQ_ERROR 48 <errorcode> 49 85 50 </errorcode> 51 </verify> 52 53 </testcase>