1Bugfix
2 * When calling mbedtls_asn1_write_raw_buffer() with Null, 0 as the last two
3 arguments, undefined behaviour would be triggered, in the form of a call to
4 memcpy(..., NULL, 0). This was harmless in practice, but could trigger
5 complains from sanitizers or static anlyzers.