Skip to content

Implement 3GPP SMS fuzzer for PDU processing and error handling

rheza shandikri requested to merge (removed):3GPP_SMS_part_fuzzer into main
  • Added a fuzzer function, LLVMFuzzerTestOneInput, to test mm_sms_part_3gpp_new_from_pdu and mm_sms_part_3gpp_get_submit_pdu functions.
  • Convert input data to hex string for compatibility with PDU processing functions.
  • Manage potential errors and memory cleanup.

Merge request reports