[Lldb-commits] [lldb] [lldb] Add a corefile fuzzer (PR #225103)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 23 15:52:54 PDT 2026


================
@@ -0,0 +1,122 @@
+//===-- lldb-corefile-fuzzer.cpp - Fuzz corefile loading ------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+//
+// Fuzzes the metadata parsers that run when LLDB opens a corefile.
+//
+//===----------------------------------------------------------------------===//
----------------
JDevlieghere wrote:

```suggestion
```
Seems pretty self explanatory.

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


More information about the lldb-commits mailing list