[lxc-devel] [lxc/lxc] 700c9f: string_utils: provide a version of strchrnul() in ...

Christian Brauner noreply at github.com
Thu Mar 25 13:19:49 UTC 2021


  Branch: refs/heads/stable-4.0
  Home:   https://github.com/lxc/lxc
  Commit: 700c9f66305ef94c64167684566558c35a06c5e7
      https://github.com/lxc/lxc/commit/700c9f66305ef94c64167684566558c35a06c5e7
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M configure.ac
    A src/include/stchrnul.c
    A src/include/stchrnul.h
    M src/lxc/string_utils.h

  Log Message:
  -----------
  string_utils: provide a version of strchrnul() in case it's not available

This should only happen on Android.

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


  Commit: 3c09417b48b38107426b6944f82ec981ed536e9b
      https://github.com/lxc/lxc/commit/3c09417b48b38107426b6944f82ec981ed536e9b
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    R src/include/stchrnul.c
    R src/include/stchrnul.h
    A src/include/strchrnul.c
    A src/include/strchrnul.h

  Log Message:
  -----------
  include: fix typo

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


  Commit: 682ae756287d4447e656527a6ee2af90d3e122ed
      https://github.com/lxc/lxc/commit/682ae756287d4447e656527a6ee2af90d3e122ed
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M configure.ac
    M src/lxc/Makefile.am

  Log Message:
  -----------
  configure: fix strchrnul conditiona compilation

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


  Commit: f2f5af0d208a0b1af1d10e49d64a97e4db3f3d0a
      https://github.com/lxc/lxc/commit/f2f5af0d208a0b1af1d10e49d64a97e4db3f3d0a
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M src/include/strchrnul.c

  Log Message:
  -----------
  strchrnul: ignore increased required alignment warning

Fixes: https://jenkins.linuxcontainers.org/view/LXC/job/lxc-build-android/7949/console
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


  Commit: baeb6dade5baaebda6d1368980920cfc223ce565
      https://github.com/lxc/lxc/commit/baeb6dade5baaebda6d1368980920cfc223ce565
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M src/include/strchrnul.c

  Log Message:
  -----------
  strchrnul: fix copy-paste braino

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


  Commit: 85de87b568201de9700203fa567856fea218a4a2
      https://github.com/lxc/lxc/commit/85de87b568201de9700203fa567856fea218a4a2
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M src/lxc/confile_utils.c

  Log Message:
  -----------
  confile_utils: don't free netdev twice

lxc_free_netdev() will already free the list element.

Fixes: https://github.com/google/oss-fuzz/pull/5498
Signed-off-by: Christian Brauner <christian.brauner at ubuntu.com>


Compare: https://github.com/lxc/lxc/compare/4f9e3f46d0db...85de87b56820


More information about the lxc-devel mailing list