[lxc-devel] [lxc/lxc] 7f1b4c: lxc_usernsexec: remove dead assignments

GitHub noreply at github.com
Wed Oct 4 23:19:51 UTC 2017


  Branch: refs/heads/stable-1.0
  Home:   https://github.com/lxc/lxc
  Commit: 7f1b4ce4d7af0f9d952f390520de6203d9035148
      https://github.com/lxc/lxc/commit/7f1b4ce4d7af0f9d952f390520de6203d9035148
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M src/lxc/lxc_usernsexec.c

  Log Message:
  -----------
  lxc_usernsexec: remove dead assignments

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


  Commit: c8ee00f887000c5ca5e4dc827fda3790dc7474d6
      https://github.com/lxc/lxc/commit/c8ee00f887000c5ca5e4dc827fda3790dc7474d6
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M src/tests/concurrent.c

  Log Message:
  -----------
  tests: avoid NULL pointer dereference

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


  Commit: a43c2203998ae1cb1d967565015b04dafda4b3d7
      https://github.com/lxc/lxc/commit/a43c2203998ae1cb1d967565015b04dafda4b3d7
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M src/lxc/utils.c

  Log Message:
  -----------
  utils: lxc_popen() remove dead assignments

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


  Commit: ef9bac630aec693a563f56a375b28eae9751136c
      https://github.com/lxc/lxc/commit/ef9bac630aec693a563f56a375b28eae9751136c
  Author: Christian von Roques <roques at mti.ag>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M doc/lxc-monitor.sgml.in

  Log Message:
  -----------
  fix regex-typo in lxc-monitor.sgml.in

To match names beginning with the letters "f" or "b" one can use
the regular expression "[fb].*" or "(f|b).*", but not "[f|b].*",
which would match strings beginning with "f", "|", or "b".

Signed-off-by: Christian von Roques <roques at z12.ch>


  Commit: 59554ec7475f3c923b3d95d658e8b5da9648e46c
      https://github.com/lxc/lxc/commit/59554ec7475f3c923b3d95d658e8b5da9648e46c
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M src/lxc/utils.c

  Log Message:
  -----------
  utils: duplicate stderr as well in lxc_popen()

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


  Commit: cd4282a1ab3a0c54afa30195426d2b2529345daa
      https://github.com/lxc/lxc/commit/cd4282a1ab3a0c54afa30195426d2b2529345daa
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M src/lxc/utils.c
    M src/lxc/utils.h

  Log Message:
  -----------
  utils: fix lxc_popen()/lxc_pclose()

- rework and fix pipe fd leak

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


  Commit: b71f2369fe798a297bdbb365738fe2b2d6411326
      https://github.com/lxc/lxc/commit/b71f2369fe798a297bdbb365738fe2b2d6411326
  Author: KATOH Yasufumi <karma at jazz.email.ne.jp>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M doc/ja/lxc-monitor.sgml.in

  Log Message:
  -----------
  doc: fix regex-typo in Japanese and Korean lxc-monitor(1)

Update for commit e3dd06ef41b63d0ee362fea74a3f2d798dbfe929

Signed-off-by: KATOH Yasufumi <karma at jazz.email.ne.jp>


  Commit: 38f7ef1b61c5f43b817fd2537cf2d5803deebc35
      https://github.com/lxc/lxc/commit/38f7ef1b61c5f43b817fd2537cf2d5803deebc35
  Author: Tycho Andersen <tycho at tycho.ws>
  Date:   2017-10-04 (Wed, 04 Oct 2017)

  Changed paths:
    M config/apparmor/abstractions/container-base
    M config/apparmor/abstractions/container-base.in
    M src/tests/aa.c

  Log Message:
  -----------
  drop useless apparmor denies

mem and kmem are really in /dev, so this does us no good.

Signed-off-by: Tycho Andersen <tycho at tycho.ws>


Compare: https://github.com/lxc/lxc/compare/2dbb699e6b6c...38f7ef1b61c5


More information about the lxc-devel mailing list