[lxc-devel] [lxc/lxc] c91e49: gcc: add -Warray-bounds, -Wrestrict, -Wreturn-loca...

Christian Brauner noreply at github.com
Tue May 5 14:16:55 UTC 2020


  Branch: refs/heads/stable-4.0
  Home:   https://github.com/lxc/lxc
  Commit: c91e492a17a1b24bb77f8089db7c98ca6619fa40
      https://github.com/lxc/lxc/commit/c91e492a17a1b24bb77f8089db7c98ca6619fa40
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2020-05-05 (Tue, 05 May 2020)

  Changed paths:
    M configure.ac

  Log Message:
  -----------
  gcc: add -Warray-bounds, -Wrestrict, -Wreturn-local-addr, -Wstringop-overflow

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: 52d2862cf6965596a2c0eb6bd3c8d9a2e66e9bb2
      https://github.com/lxc/lxc/commit/52d2862cf6965596a2c0eb6bd3c8d9a2e66e9bb2
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2020-05-05 (Tue, 05 May 2020)

  Changed paths:
    M src/lxc/af_unix.h
    M src/lxc/compiler.h
    M src/lxc/conf.h
    M src/lxc/confile.h
    M src/lxc/confile_utils.h
    M src/lxc/file_utils.h

  Log Message:
  -----------
  compiler: support new access attributes

which will allow us to catch more oob accesses.

Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/63910a222830...52d2862cf696


More information about the lxc-devel mailing list