trinity 1.8-6 source package in Ubuntu

Changelog

trinity (1.8-6) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/copyright: Use https protocol in Format field
  * d/changelog: Remove trailing whitespaces

  [ gustavo panizzo ]
  * Add a patch to fix FTBFS on kernels without VIDIOC_RESERVED (Closes:
    #917664)
  * Use compat level 11
  * Bump standards version to 4.3.0, no changes were needed
  * Add a patch to skip irda tests when the header is missing

 -- gustavo panizzo <email address hidden>  Mon, 31 Dec 2018 14:05:28 +0800

Upload details

Uploaded by:
gustavo panizzo
Uploaded to:
Sid
Original maintainer:
gustavo panizzo
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
trinity_1.8-6.dsc 1.8 KiB b177f599b81c6e89983b0b3d7a6686b14c43f2ff99a905177cdd8da24d851702
trinity_1.8.orig.tar.xz 209.0 KiB 8cadc4221660b7accc4728311ce1a130ac9b9d1f3b04e35508ba0cc80d9c3f94
trinity_1.8-6.debian.tar.xz 275.4 KiB 9aea5f1cb15c3ba0410053ccb31b9df928d3949696d4501efc1a3b6196cf40bb

Available diffs

No changes file available.

Binary packages built by this source

trinity: system call fuzz tester

 As 'fuzz testing' suggests, trinity calls syscalls at random, with random
 arguments. Where Trinity differs is that the arguments it passes are not
 purely random.
 .
 If a syscall took, for example, a file descriptor as an argument,
 one of the first things kernels does is validate that fd, if is not valid the
 kernel would just reject it as -EINVAL.
 .
 So on startup, Trinity creates a list of file descriptors, by opening pipes,
 scanning sysfs, procfs, /dev, and creates a bunch of sockets using random
 network protocols. Then when a syscall needs an fd, it gets passed one of
 these at random.
 .
 Trinity also shares those file descriptors between multiple threads, which
 causes havoc sometimes.
 .
 Warning: This program may seriously corrupt your files, including any of those
 that may be writable on mounted network file shares. It may create network
 packets that may cause disruption on your local network.
 Run at your own risk.

trinity-dbgsym: No summary available for trinity-dbgsym in ubuntu eoan.

No description available for trinity-dbgsym in ubuntu eoan.