Glibc change exposing bugs
Posted Nov 15, 2010 0:00 UTC (Mon) by
promotion-account (guest, #70778)
In reply to:
Glibc change exposing bugs by nix
Parent article:
Glibc change exposing bugs
What on earth? The relevant documentation for memcpy() is ISO C, incorporated by reference into all versions of POSIX.1.
Indeed.
Linux man-pages are only authoritative for the kernel system-calls (more precisely, their glibc thin layer). The rest of the APIs are only included for convenience: they are a secondary source to the primary source references residing in the 'CONFORMING TO' section.
(
Log in to post comments)