[PR #606] [MERGED] Fix fuzzer test script. #1255

Open
opened 2026-01-29 20:53:11 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/606
Author: @eustas
Created: 9/26/2017
Status: Merged
Merged: 9/26/2017
Merged by: @eustas

Base: masterHead: fix-fuzz


📝 Commits (8)

  • d7cdaa1 Fix fuzzer test script.
  • e9978eb Add fuzzer check to travis matrix.
  • 3b54fad Test script must fail on error
  • ae5b75c Use clang4 as sanitizer compiler.
  • 44bd825 Trying to overcome linkage problem
  • 2008723 Remove "ar" step.
  • 4a3ae90 Add sanitizer option to compiler/linker step
  • c3c1283 Remove -lasan

📊 Changes

3 files changed (+29 additions, -8 deletions)

View changed files

📝 .travis.yml (+13 -0)
📝 c/fuzz/test_fuzzer.sh (+13 -8)
📝 scripts/.travis.sh (+3 -0)

📄 Description

No description provided


🔄 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/google/brotli/pull/606 **Author:** [@eustas](https://github.com/eustas) **Created:** 9/26/2017 **Status:** ✅ Merged **Merged:** 9/26/2017 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `fix-fuzz` --- ### 📝 Commits (8) - [`d7cdaa1`](https://github.com/google/brotli/commit/d7cdaa1c44354852290750a20ce2120e730104ca) Fix fuzzer test script. - [`e9978eb`](https://github.com/google/brotli/commit/e9978eb451d43854ea021ad3f42132a269b8ac75) Add fuzzer check to travis matrix. - [`3b54fad`](https://github.com/google/brotli/commit/3b54fad70efd96d872d42cf3e05b934646313746) Test script must fail on error - [`ae5b75c`](https://github.com/google/brotli/commit/ae5b75c360c11671711e6eaee4fc5bc38ce5be1b) Use clang4 as sanitizer compiler. - [`44bd825`](https://github.com/google/brotli/commit/44bd825f23b780b6241361d209cf9ffea66ae65e) Trying to overcome linkage problem - [`2008723`](https://github.com/google/brotli/commit/2008723a951249d412912daf7c4a37bd68e83d64) Remove "ar" step. - [`4a3ae90`](https://github.com/google/brotli/commit/4a3ae9058c89383d5eaf364943c5db861abf7080) Add sanitizer option to compiler/linker step - [`c3c1283`](https://github.com/google/brotli/commit/c3c128300e79f92a13391f7a941d6eb7229ce82a) Remove -lasan ### 📊 Changes **3 files changed** (+29 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+13 -0) 📝 `c/fuzz/test_fuzzer.sh` (+13 -8) 📝 `scripts/.travis.sh` (+3 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:53:11 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1255