Florian Weimer 4dd8e7c0ce Implement allocation buffers for internal use
This commit adds fixed-size allocation buffers.  The primary use
case is in NSS modules, where dynamically sized data is stored
in a fixed-size buffer provided by the caller.

Other uses include a replacement of mempcpy cascades (which is
safer due to the size checking inherent to allocation buffers).
2017-06-21 22:43:57 +02:00
..
2017-05-30 18:27:57 -03:00
2017-05-30 18:27:57 -03:00
2014-01-02 09:40:10 +01:00
2017-05-30 18:27:57 -03:00
2017-01-05 17:39:38 +00:00
2017-05-30 18:27:57 -03:00
2007-12-16 22:57:57 +00:00