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

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