~ubuntu-branches/ubuntu/quantal/keyutils/quantal

« back to all changes in this revision

Viewing changes to .pc/01-memleak-from-realloc.patch/keyutils.c

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-04-16 09:45:04 UTC
  • mfrom: (10.2.6 sid)
  • Revision ID: package-import@ubuntu.com-20120416094504-in50o9m1zbwvrmrs
Tags: 1.5.5-2
* Adding patch from Simon Ruderich <simon@ruderich.org> to fix FTBFS
  with hardening flags (Closes: #661393).
* Updating to standards version 3.9.3.
* Updating copyright file machine-readable format version 1.0.
* Tightening debhelper install files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <asm/unistd.h>
22
22
#include "keyutils.h"
23
23
 
 
24
const char keyutils_version_string[] = PKGVERSION;
 
25
const char keyutils_build_string[] = PKGBUILD;
 
26
 
24
27
#ifdef NO_GLIBC_KEYERR
25
28
static int error_inited;
26
29
static void (*libc_perror)(const char *msg);