+27 March 2025: Wouter
+ - Fix unit test dname log printout typecast.
+
26 March 2025: Yorgos
- Fix #1255: Multiple pinnings to vulnerable copies of libexpat.
- For #1255, for ios use an older expat version that does not require
unit_assert( pkt_dname_len(buff) == 3);
dname_str(sldns_buffer_begin(buff), result);
if(strcmp( "?.", result) != 0 ) {
- log_err("ASCII value '0x%lX' allowed in string output", i);
+ log_err("ASCII value '0x%lX' allowed in string output", (unsigned long)i);
unit_assert(0);
}
}