das-watchdog 0.9.0-2+deb6u1build0.12.04.1 source package in Ubuntu

Changelog

das-watchdog (0.9.0-2+deb6u1build0.12.04.1) precise-security; urgency=medium

  * fake sync from Debian

das-watchdog (0.9.0-2+deb6u1) squeeze-lts; urgency=high

  * Non-maintainer upload.
  * Fix buffer overflow in the handling of the XAUTHORITY env variable
    (CVE-2015-2831) (Closes: #781806)
  * Remove duplicate check for temp[i] == '\0' in das_watchdog.c
  * Fix infinite loop on platforms where char is unsigned
  * Add fix-memory-leak-on-realloc.patch patch.
    Fix potential memory leak on realloc and causing "NULL+i" (write)
    dereference afterwards.
    Thanks to Niels Thykier <email address hidden>

 -- Tyler Hicks <email address hidden>  Fri, 15 May 2015 12:08:01 -0500

Upload details

Uploaded by:
Tyler Hicks
Uploaded to:
Precise
Original maintainer:
Debian Multimedia Maintainers
Architectures:
any
Section:
admin
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates universe admin
Precise security universe admin

Downloads

File Size SHA-256 Checksum
das-watchdog_0.9.0.orig.tar.gz 8.6 KiB 118393ae83d47a6f6db91910593c17aa041bb51feee4519d00b90780f6093f18
das-watchdog_0.9.0-2+deb6u1build0.12.04.1.debian.tar.gz 4.9 KiB 212fbf967460caf2d706bf5944640da3f7126f906644cd1f2897074ff7ff666f
das-watchdog_0.9.0-2+deb6u1build0.12.04.1.dsc 2.0 KiB 30d0159d1a5d49d2aed2a43b9b22ce9529f60f77b5a3a91c99076ad2a6017193

View changes file

Binary packages built by this source

das-watchdog: solves system lock-ups by making all processes non-realtime

 Das_Watchdog is a general watchdog for the Linux operating system that
 should be run in the background at all times to ensure a realtime process
 won't hang the machine.
 .
 Das_Watchdog is inspired by the rt_watchdog program from Florian Schmidt,
 but has some improvements over it:
  * It works with 2.4 kernels as well as 2.6.
  * Instead of permanently setting all realtime processes to run
    non-realtime, das_watchdog only sets them temporary.
  * When the watchdog kicks in, an X window should pop up that tells you
    whats happening (just close it after reading the message).