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
..
2014-11-24 15:03:45 +05:30
2016-10-28 22:40:16 -04:00
2015-10-15 14:15:41 -07:00
2015-10-15 14:13:50 -07:00
2015-09-15 20:36:50 +00:00
2017-04-07 07:45:53 -04:00
2017-06-19 14:24:23 +02:00
2015-10-15 14:22:25 -07:00
2017-06-20 08:21:24 -04:00