loop when the peer names are mismatched.
[ISC-Bugs #31231]
+- Remove an unused variable to keep compilers happy
+ [ISC-Bugs #31983]
+
Changes since 4.2.3
! Add a check for a null pointer before calling the regexec function.
struct data_string *data;
struct parse *cfile;
{
- enum dhcp_token token;
const char *val;
int i, j, k;
unsigned acc = 0;
do {
unsigned l;
- token = next_token(&val, &l, cfile);
+ (void)next_token(&val, &l, cfile);
t = dmalloc(l + sizeof(*t), MDL);
if (t == NULL)
log_fatal("no memory for base64 buffer.");
else
bufs = t;
last = t;
- token = peek_token(&val, NULL, cfile);
+ (void)peek_token(&val, NULL, cfile);
valid_base64 = 1;
for (i = 0; val[i]; i++) {
/* Check to see if the character is valid. It