[ptxdist] [PATCH v2] ptxd_install_resolve_usr_grp: skip empty params

2018-10-26 Thread Andrej.Gantvorg
Empty parameters may be passed to ptxd_install_resolve_usr_grp i.e. when calling install_archive with UID/GID set to '-'. According to documentation this should preserve the owner/group stored in the archive. Without this patch, empty strings are mapped to the first entry in /etc/{passwd,group} (us

Re: [ptxdist] [PATCH] ptxd_install_resolve_usr_grp: skip empty params.

2018-10-26 Thread Andrej.Gantvorg
Hello, > The white-spaces are broken in this patch, so it does not apply. Maybe send > it as an attachment instead. Here it is! Greets, Andrej From 0a062f0179ae647bec338161aacf1a8a29414083 Mon Sep 17 00:00:00 2001 From: Andrej Gantvorg Date: Fri, 5 Oct 2018 09:22:13 +0200 Subject: [PTXDIST PA

Re: [ptxdist] [PATCH] ptxd_install_resolve_usr_grp: skip empty params.

2018-10-25 Thread Andrej.Gantvorg
Hello Michael, just wanted to ask whether you have already had an opportunity to have a look at this one? Thank you, Andrej Am 05.10.2018 um 11:26 schrieb andrej.gantv...@wago.com: > Empty parameters may be passed i.e. when calling install_archive with > UID/GID set to '-'. According to documen

[ptxdist] [PTXDIST] [PATCH] ptxd_install_resolve_usr_grp: skip empty params.

2018-10-05 Thread Andrej.Gantvorg
Empty parameters may be passed i.e. when calling install_archive with UID/GID set to '-'. According to documentation this should preserve the owner/group stored in the archive. Without this patch, empty strings are mapped to the first entry in /etc/{passwd,group} (usually 0) instead, thus breaking

Re: [ptxdist] Including valgrind in the configuration doesn't trigger an un-optimized build of glibc.

2018-03-28 Thread Andrej.Gantvorg
Hi Jason, we had experienced a similar problem with the OSELAS 2012.12.1 toolchain. In our case the problem was the missing .size directive in assembler reimplementations of strlen and memcpy from the linaro cortex-strings patch for glibc. Does your "readelf -s /path/to/your/libc.so.6" output