xref: /third_party/libcoap/tests/oss-fuzz/split_uri_target.c
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libcoap/tests/oss-fuzz/
1c87c5fbaSopenharmony_ci#include <coap3/coap.h>
2c87c5fbaSopenharmony_ci
3c87c5fbaSopenharmony_ciint
4c87c5fbaSopenharmony_ciLLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
5c87c5fbaSopenharmony_ci  coap_uri_t uri;
6c87c5fbaSopenharmony_ci  coap_split_uri(data, size, &uri);
7c87c5fbaSopenharmony_ci  return 0;
8c87c5fbaSopenharmony_ci}
9

Indexes created Thu Nov 07 10:32:03 CST 2024