Minutes of the 27th October 2016 Teleconference Austin-789 Page 1 of 1 Submitted by Andrew Josey, The Open Group. 29th October 2016 Attendees: Mark Ziegast, SHware Systems Don Cragun, IEEE PASC OR Geoff Clare, The Open Group Eric Blake, Red Hat Joerg Schilling, FOKUS Fraunhofer Apologies David Clissold, IBM Andrew Josey, The Open Group Richard Hansen, Google Martin Rehak, Oracle, The Open Group OR Nick Stoughton, USENIX, ISO/IEC JTC 1/SC 22 OR * General news None. * Outstanding actions ( Please note that this section has been flushed to shorten the minutes - to locate the previous set of outstanding actions, look to the minutes from 28 Jan 2016) Bug 0000249: Add standard support for $'...' in shell Reopened http://austingroupbugs.net/bug_view_page.php?bug_id=249 We will return to bug 249 on a future call. Bug 0000953: Alias expansion is under-specified Was Accepted as Marked http://austingroupbugs.net/view.php?id=953 Richard has an action to propose new wording to discuss in a future telecon. * Current Business Bug 1016: race condition with set -C OPEN http://austingroupbugs.net/view.php?id=1016 We discussed bug 1016 and agreed that we should change the standard to match what modern shells are doing. Action on Geoff to propose wording changes. Bug #1017: od -A n and final offset Accept http://austingroupbugs.net/view.php?id=1017 This item is tagged for TC3-2008 Bug #1019: strndup shouldn't require source array to be null-terminated Accept as Marked http://austingroupbugs.net/bug_view_page.php?bug_id=1019 This item is tagged for TC3-2008 Change: The strndup() function shall be equivalent to the strdup() function, duplicating the provided s in a new block of memory allocated as if by using malloc(), with the exception being that strndup() copies at most size plus one bytes into the newly allocated memory, terminating the new string with a NUL character. If the length of s is larger than size, only size bytes shall be duplicated. If size is larger than the length of s, all bytes in s shall be copied into the new memory buffer, including the terminating NUL character. to: The strndup() function shall be equivalent to the strdup() function, duplicating the provided s in a new block of memory allocated as if by using malloc(), with the exception being that strndup() copies at most size bytes from the array s into the newly allocated memory, terminating the new string with a null byte. If s contains a null terminator within the first size bytes, all bytes in s up to and including the null terminator shall be copied into the new memory buffer. The strndup() function shall not examine more than size bytes of the array pointed to by s. Bug 1020: snprintf: the description of the n argument conflicts with ISO C OPEN http://austingroupbugs.net/view.php?id=1020 We will continue with this item on the next call. Next Steps ---------- The next call is on November 3rd, 2016 (a Thursday) Calls are anchored on US time. (8am Pacific) This will be one hour earlier in Europe due to the clock changes. This call will be for the regular 90 minutes. http://austingroupbugs.net An IRC channel will be available for the meeting irc://irc.freenode.net/austingroupbugs An etherpad is usually up for the meeting, with a URL using the date format as below: http://posix@posix.rhansen.org:9001/p/201x-mm-dd password=2115756#