[lxc-devel] [lxc/lxc] d8f2dd: configure: do not allow variable	length arrays
    GitHub 
    noreply at github.com
       
    Sat Nov 26 04:04:24 UTC 2016
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: d8f2dda5a5f137116e7439d7d5c57a5852478797
      https://github.com/lxc/lxc/commit/d8f2dda5a5f137116e7439d7d5c57a5852478797
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2016-11-25 (Fri, 25 Nov 2016)
  Changed paths:
    M configure.ac
  Log Message:
  -----------
  configure: do not allow variable length arrays
There pointless and marked as optional since C11.
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: de3c491bff5f544833d8f0fc3fce5de91242a235
      https://github.com/lxc/lxc/commit/de3c491bff5f544833d8f0fc3fce5de91242a235
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2016-11-26 (Sat, 26 Nov 2016)
  Changed paths:
    M src/lxc/tools/lxc_cgroup.c
    M src/lxc/tools/lxc_unshare.c
    M src/lxc/utils.c
    M src/tests/lxc-test-utils.c
  Log Message:
  -----------
  tree-wide: remove any variable length arrays
They are pointless and marked optional since C11.
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>
  Commit: 3f37ede22a58148a9642ab9b61f9d76fd2ba6b21
      https://github.com/lxc/lxc/commit/3f37ede22a58148a9642ab9b61f9d76fd2ba6b21
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2016-11-25 (Fri, 25 Nov 2016)
  Changed paths:
    M configure.ac
    M src/lxc/tools/lxc_cgroup.c
    M src/lxc/tools/lxc_unshare.c
    M src/lxc/utils.c
    M src/tests/lxc-test-utils.c
  Log Message:
  -----------
  Merge pull request #1320 from brauner/2016-11-25/remove_vlas
tree-wide: remove any variable length arrays
Compare: https://github.com/lxc/lxc/compare/1145b82876ab...3f37ede22a58
    
    
More information about the lxc-devel
mailing list