[PR #431] [MERGED] OSSFuzz integration #493

Closed
opened 2026-05-05 12:17:21 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jmcnamara/libxlsxwriter/pull/431
Author: @capuanob
Created: 1/19/2024
Status: Merged
Merged: 2/3/2024
Merged by: @jmcnamara

Base: mainHead: feat/oss-fuzz-integration


📝 Commits (1)

📊 Changes

4 files changed (+130 additions, -0 deletions)

View changed files

📝 CMakeLists.txt (+12 -0)
dev/fuzzing/CMakeLists.txt (+23 -0)
dev/fuzzing/build.sh (+11 -0)
dev/fuzzing/xlsx_fuzzer.cpp (+84 -0)

📄 Description

Apologies for the long delay, but this PR proposes the integration of OSS-Fuzz into this project. Please let me know if any changes are needed.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jmcnamara/libxlsxwriter/pull/431 **Author:** [@capuanob](https://github.com/capuanob) **Created:** 1/19/2024 **Status:** ✅ Merged **Merged:** 2/3/2024 **Merged by:** [@jmcnamara](https://github.com/jmcnamara) **Base:** `main` ← **Head:** `feat/oss-fuzz-integration` --- ### 📝 Commits (1) - [`965ea12`](https://github.com/jmcnamara/libxlsxwriter/commit/965ea1251753b58343af01d1af8af339b4308638) OSSFuzz integration ### 📊 Changes **4 files changed** (+130 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+12 -0) ➕ `dev/fuzzing/CMakeLists.txt` (+23 -0) ➕ `dev/fuzzing/build.sh` (+11 -0) ➕ `dev/fuzzing/xlsx_fuzzer.cpp` (+84 -0) </details> ### 📄 Description Apologies for the long delay, but this PR proposes the integration of OSS-Fuzz into this project. Please let me know if any changes are needed. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 12:17:21 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/libxlsxwriter#493
No description provided.