memcached 1.5.10-0ubuntu3 source package in Ubuntu

Changelog

memcached (1.5.10-0ubuntu3) eoan; 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 13:14:11 -0300

Upload details

Uploaded by:
Leonidas S. Barbosa
Sponsored by:
Marc Deslauriers
Uploaded to:
Eoan
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
memcached_1.5.10.orig.tar.gz 454.3 KiB 494c060dbd96d546c74ab85a3cc3984d009b4423767ac33e05dd2340c01f1c4b
memcached_1.5.10-0ubuntu3.debian.tar.xz 14.9 KiB 8a78ec3e177826c0ab858ce74b933636548760832ea13194b6685d7d50920831
memcached_1.5.10-0ubuntu3.dsc 2.0 KiB 4ff815f408fe47db99a97daa9b5ffd21af610217fb9804cb62181788f56355f8

View changes file

Binary packages built by this source

memcached: High-performance in-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