fuzz 0.6-19.1 source package in Ubuntu

Changelog

fuzz (0.6-19.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches/30-glibc-2.32.patch: Fix FTBFS against glibc 2.32 by using
    strerror() instead of sys_errlist. Thanks to Logan Rosen <email address hidden>.
    (Closes: #967987).

 -- Marcos Talau <email address hidden>  Tue, 01 Nov 2022 19:38:04 -0300

Upload details

Uploaded by:
Daniel Pimentel
Uploaded to:
Sid
Original maintainer:
Daniel Pimentel
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
fuzz_0.6-19.1.dsc 1.8 KiB 218244512e63b7049e87caff22b83ebd0db8ee575e58e3739e1284a2798d57cf
fuzz_0.6.orig.tar.gz 53.2 KiB 70fcd0d5b83f211f0a6fd9a95e1772c3e3aaaf83d533ae224a57812c00c0ce1b
fuzz_0.6-19.1.debian.tar.xz 7.1 KiB 552710042ca06e69308bae9ca2fd098790828231715a2a6b4a7f586cfd6a46f6

No changes file available.

Binary packages built by this source

fuzz: stress-test programs by giving them random input

 The fuzz generator is designed to attack certain kinds of software and
 expose one particular kind of bug common in software. This is the
 situation where the programmer implicitly makes some assumptions about
 the data stream that the program will be parsing. If the data stream
 is substantially different then the program might not be able to deal
 with it.

fuzz-dbgsym: debug symbols for fuzz