~ubuntu-branches/ubuntu/lucid/mysql-dfsg-5.1/lucid-updates

« back to all changes in this revision

Viewing changes to cmd-line-utils/readline/xmalloc.h

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2013-07-22 15:07:29 UTC
  • mfrom: (1.2.4)
  • Revision ID: package-import@ubuntu.com-20130722150729-aowg83m93ncg1ils
Tags: 5.1.70-0ubuntu0.10.04.1
* SECURITY UPDATE: Update to 5.1.70 to fix security issues (LP: #1203828)
  - http://www.oracle.com/technetwork/topics/security/cpujuly2013-1899826.html
  - CVE-2013-1861
  - CVE-2013-3802
  - CVE-2013-3804
* SECURITY UPDATE: insecure creation of debian.cnf file
  - debian/mysql-server-5.1.postinst: set umask to 066 before creating
    debian.cnf.
  - CVE-2013-2162

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
   The GNU General Public License is often shipped with GNU software, and
19
19
   is generally kept in a file called COPYING or LICENSE.  If you do not
20
20
   have a copy of the license, write to the Free Software Foundation,
21
 
   59 Temple Place, Suite 330, Boston, MA 02111 USA. */
 
21
   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
22
22
 
23
23
#if !defined (_XMALLOC_H_)
24
24
#define _XMALLOC_H_