Changes since 4.2.5
- Address static analysis warnings.
- [ISC-Bugs #33510]
+ [ISC-Bugs #33510] [ISC-Bugs #33511]
- Silence benign static analysis warnings.
[ISC-Bugs #33428]
OMAPI object interfaces for the DHCP server. */
/*
- * Copyright (c) 2004-2009,2012 by Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (c) 2004-2009,2012,2013 by Internet Systems Consortium, Inc. ("ISC")
* Copyright (c) 1999-2003 by Internet Software Consortium
*
* Permission to use, copy, modify, and distribute this software for any
}
memset (bp, 0, sizeof *bp);
bp -> name = nname;
- nname = (char *)0;
bp -> next = scope -> bindings;
scope -> bindings = bp;
} else {
status = (omapi_connection_put_uint32
(c,
((u_int32_t)(bp -> value -> value.boolean))));
+ if (status != ISC_R_SUCCESS)
+ return status;
break;
case binding_data:
status = (omapi_connection_put_uint32
(c, ((u_int32_t)
(bp -> value -> value.intval))));
+ if (status != ISC_R_SUCCESS)
+ return status;
break;