memcached 1.5.6-0ubuntu1.2 source package in Ubuntu

Changelog

memcached (1.5.6-0ubuntu1.2) bionic-security; urgency=medium

  * SECURITY UPDATE: stack-based buffer over-read
    - debian/patches/CVE-2019-15026.patch: fix strncpy call to
      avoid ASAN violation in memcached.c.
    - CVE-2019-15026

 -- <email address hidden> (Leonidas S. Barbosa)  Thu, 05 Sep 2019 12:38:44 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main web
Bionic security main web

Downloads

File Size SHA-256 Checksum
memcached_1.5.6.orig.tar.gz 441.4 KiB 9675ee859d7d81f7a950f190a6812720b26f08228d356044ec517d4d5af25f03
memcached_1.5.6-0ubuntu1.2.debian.tar.xz 20.0 KiB 22bd6f64ad27dce50ad12659b01051552d3b958b3a0f5864ec83bdb542e0735c
memcached_1.5.6-0ubuntu1.2.dsc 2.0 KiB f4c50dd754390625b95a5a28fb31521c32eaa7abe882a2822741e6d737fd8dd6

View changes file

Binary packages built by this source

memcached: high-performance memory object caching system

 Danga Interactive developed memcached to enhance the speed of LiveJournal.com,
 a site which was already doing 20 million+ dynamic page views per day for 1
 million users with a bunch of webservers and a bunch of database servers.
 memcached dropped the database load to almost nothing, yielding faster page
 load times for users, better resource utilization, and faster access to the
 databases on a memcache miss.
 .
 memcached optimizes specific high-load serving applications that are designed
 to take advantage of its versatile no-locking memory access system. Clients
 are available in several different programming languages, to suit the needs
 of the specific application. Traditionally this has been used in mod_perl
 apps to avoid storing large chunks of data in Apache memory, and to share
 this burden across several machines.

memcached-dbgsym: debug symbols for memcached