[libc-commits] [libc] [libc] Add a differential fuzzer for inet_aton (PR #200341)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Fri May 29 04:52:55 PDT 2026


================
@@ -0,0 +1,46 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// Differential fuzz test for llvm-libc inet_aton implementation.
+///
+//===----------------------------------------------------------------------===//
+
+#include "src/arpa/inet/inet_aton.h"
+#include <arpa/inet.h>
----------------
kaladron wrote:

This set of includes brings in a mix of LLVM libc headers and system headers when in fullbuild mode.

https://github.com/llvm/llvm-project/pull/200341


More information about the libc-commits mailing list