Andres AG 9cf1f96a7b Fix corner case uses of memory_buffer_alloc.c
The corner cases fixed include:
    * Allocating a buffer of size 0. With this change, the allocator now
      returns a NULL pointer in this case. Note that changes in pem.c and
      x509_crl.c were required to fix tests that did not work under this
      assumption.
    * Initialising the allocator with less memory than required for headers.
    * Fix header chain checks for uninitialised allocator.
2018-01-23 19:37:44 +00:00
..
2017-07-27 21:44:33 +01:00
2017-12-28 16:21:38 +00:00
2017-10-10 19:04:27 +03:00
2018-01-15 15:27:56 +00:00
2017-10-29 17:53:52 +02:00
2017-07-27 21:44:33 +01:00