Consortium. This product includes cryptographic software written
by Eric Young (eay@cryptsoft.com).
- Changes since 4.1-ESV-R12b1
+ Changes since 4.1-ESV-R12
+
+- Corrected a static analyzer warning in common/execute.c
+ [ISC-Bugs #40374]
+ Changes since 4.1-ESV-R12b1
- None
Changes since 4.1-ESV-R11
next_let:
if (ns) {
binding = dmalloc(sizeof(*binding), MDL);
- memset(binding, 0, sizeof(*binding));
if (!binding) {
blb:
binding_scope_dereference(&ns, MDL);
} else {
+ memset(binding, 0, sizeof(*binding));
binding->name =
dmalloc(strlen
(e->data.let.name + 1),