boringssl/crypto/conf
Matt Braithwaite c4ef5ff112 In |NCONF_load|, strdup section names rather than adding refs.
The fact that |value_free| expects to free() value->section is
inconsistent with the behavior of |add_string|, which adds a reference
to an existing string.

Along the way, add a |CONF_VALUE_new| method to simplify things a bit.

Change-Id: I438abc80575394e4d8df62a4fe2ff1050e3ba039
Reviewed-on: https://boringssl-review.googlesource.com/5744
Reviewed-by: Adam Langley <agl@google.com>
2015-08-24 22:08:08 +00:00
..
CMakeLists.txt Precompute sorted array for error strings. 2015-02-09 17:35:31 -08:00
conf_def.h Tag a number of globals as const. 2015-01-14 21:53:00 +00:00
conf.c In |NCONF_load|, strdup section names rather than adding refs. 2015-08-24 22:08:08 +00:00
internal.h In |NCONF_load|, strdup section names rather than adding refs. 2015-08-24 22:08:08 +00:00