Commit graph

5 commits

Author SHA1 Message Date
jimying
651df5b501
fuzz: PJMEDIA_HAS_VIDEO macro protect (#3446) 2023-03-17 11:31:15 +08:00
Arjun
3fd4726d7f
oss-fuzz ideal integration (#3430) 2023-03-16 16:29:59 +08:00
sauwming
669465a7d0
Add more fuzzing tests (#3422) 2023-03-13 09:18:54 +08:00
Nanang Izzuddin
cba612aa98
Fix SDP m= line parser, verify port & port count are numeric (#3382)
* Fix SDP m= line parser, verify port & port count are numeric & add overflow check.
* Change SDP media parser to parse media type as token (was until space).
* Handle the case of missing c= line (allowed when port is zero) in sipecho.
* Check & update pj_strtoul() usages in SDP
* Add the problematic SDP to fuzzing seed corpus.
2023-02-15 16:39:56 +07:00
Arjun
f5580e3faf
Fuzzing Support for oss-fuzz (#3297) 2022-12-01 10:36:26 +08:00