- oss-fuzz badge on README.md.

This commit is contained in:
W.C.A. Wijngaards 2019-09-19 09:55:23 +02:00
parent 3cb1cdeebd
commit 45b3215594
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
[![Travis Build Status](https://travis-ci.org/NLnetLabs/unbound.svg?branch=master)](https://travis-ci.org/NLnetLabs/unbound) [![Travis Build Status](https://travis-ci.org/NLnetLabs/unbound.svg?branch=master)](https://travis-ci.org/NLnetLabs/unbound)
[![Packaging status](https://repology.org/badge/tiny-repos/unbound.svg)](https://repology.org/project/unbound/versions) [![Packaging status](https://repology.org/badge/tiny-repos/unbound.svg)](https://repology.org/project/unbound/versions)
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/unbound.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:unbound)
Unbound is a validating, recursive, caching DNS resolver. It is designed to be Unbound is a validating, recursive, caching DNS resolver. It is designed to be
fast and lean and incorporates modern features based on open standards. If you fast and lean and incorporates modern features based on open standards. If you

View file

@ -2,6 +2,7 @@
- Fix #78: Memory leak in outside_network.c. - Fix #78: Memory leak in outside_network.c.
- Merge pull request #76 from Maryse47: Improvements and fixes for - Merge pull request #76 from Maryse47: Improvements and fixes for
systemd unbound.service. systemd unbound.service.
- oss-fuzz badge on README.md.
11 September 2019: Wouter 11 September 2019: Wouter
- Use explicit bzero for wiping clear buffer of hash in cachedb, - Use explicit bzero for wiping clear buffer of hash in cachedb,