~ecryptfs/ecryptfs/trunk

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Tyler Hicks
  • Date: 2013-10-25 19:45:09 UTC
  • Revision ID: tyhicks@canonical.com-20131025194509-meqr1bbbspjgqw47
* configure.ac:
  - Set AM_CPPFLAGS to always include config.h as the first include file.
    Some .c files correctly included config.h before anything else. The
    majority of .c files got this wrong by including it after other header
    files, including it multiple times, or not including it at all.
    Including it in the AM_CPPFLAGS should solve these problems and keep
    future mistakes from happening in new source files.
* Additionally, all instances of '#include "config.h"' were removed from
  the tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
      and the confirmation from stdin. Fixes a segfault (invalid memory read)
30
30
      in ecryptfs-rewrap-passphrase if there was an error while reading either
31
31
      of these passphrases.
 
32
  * configure.ac:
 
33
    - Set AM_CPPFLAGS to always include config.h as the first include file.
 
34
      Some .c files correctly included config.h before anything else. The
 
35
      majority of .c files got this wrong by including it after other header
 
36
      files, including it multiple times, or not including it at all.
 
37
      Including it in the AM_CPPFLAGS should solve these problems and keep
 
38
      future mistakes from happening in new source files.
32
39
 
33
40
  [ Dustin Kirkland ]
34
41
  * src/utils/ecryptfs-setup-swap: LP: #1172014