Re: strpncpy(3) broken
Enrico Scholz <[email protected]> Wed, 16 Mar 2016 11:55:12 +0100
| Newsgroups | gmane.linux.lib.dietlibc |
|---|---|
| Message-ID | <[email protected]> |
[email protected] (Enrico Scholz) writes: > the new stpncpy() implementation does not fill remaining bytes with'\0' > anymore. This is required by related standards[1] Fix in https://github.com/ensc/dietlibc/commit/87a59f2e6dc11d9f5b82c9d6eff09aae2daa1bbb Enrico