[lxc-devel] [lxc/lxc] 91c272: strlcpy: add strlcpy() implementation

GitHub noreply at github.com
Fri May 11 13:07:43 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/lxc/lxc
  Commit: 91c272a571d1e0f1c91fa37102fffdd3540514ce
      https://github.com/lxc/lxc/commit/91c272a571d1e0f1c91fa37102fffdd3540514ce
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M configure.ac
    A src/include/strlcpy.c
    A src/include/strlcpy.h
    M src/lxc/Makefile.am

  Log Message:
  -----------
  strlcpy: add strlcpy() implementation

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


  Commit: 9de31d5a1394fd0bed495fa7cde5e625a1d64b48
      https://github.com/lxc/lxc/commit/9de31d5a1394fd0bed495fa7cde5e625a1d64b48
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M src/lxc/af_unix.c
    M src/lxc/criu.c
    M src/lxc/log.c
    M src/lxc/lxccontainer.c
    M src/lxc/monitor.c
    M src/lxc/network.c
    M src/lxc/start.c
    M src/lxc/storage/btrfs.c
    M src/lxc/storage/storage_utils.c

  Log Message:
  -----------
  tree-wide: s/strncpy()/strlcpy()/g

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


  Commit: a3759c1b25c7dd5b8ec822bf37e6ddd43e3f77ed
      https://github.com/lxc/lxc/commit/a3759c1b25c7dd5b8ec822bf37e6ddd43e3f77ed
  Author: Christian Brauner <christian.brauner at ubuntu.com>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M CODING_STYLE.md

  Log Message:
  -----------
  CODING_STYLE: add section about using strlcpy()

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


  Commit: acb1bd4aedddf04fab97573f76b98f3e3ee81860
      https://github.com/lxc/lxc/commit/acb1bd4aedddf04fab97573f76b98f3e3ee81860
  Author: Stéphane Graber <stgraber at stgraber.org>
  Date:   2018-05-11 (Fri, 11 May 2018)

  Changed paths:
    M CODING_STYLE.md
    M configure.ac
    A src/include/strlcpy.c
    A src/include/strlcpy.h
    M src/lxc/Makefile.am
    M src/lxc/af_unix.c
    M src/lxc/criu.c
    M src/lxc/log.c
    M src/lxc/lxccontainer.c
    M src/lxc/monitor.c
    M src/lxc/network.c
    M src/lxc/start.c
    M src/lxc/storage/btrfs.c
    M src/lxc/storage/storage_utils.c

  Log Message:
  -----------
  Merge pull request #2316 from brauner/2018-05-11/compiler_fixes

tree-wide: s/strncpy()/strlcpy()/g


Compare: https://github.com/lxc/lxc/compare/55f4cc1e81d9...acb1bd4aeddd
      **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the lxc-devel mailing list