Files
semi-libc/src
Ryan FairfaxandRich Felker 2a0ff45b36 handle labels with 8-bit byte values in dn_skipname
The original logic considered each byte until it either found a 0
value or a value >= 192. This means if a string segment contained any
byte >= 192 it was interepretted as a compressed segment marker even
if it wasn't in a position where it should be interpretted as such.

The fix is to adjust dn_skipname to increment by each segments size
rather than look at each character. This avoids misinterpretting
string segment characters by not considering those bytes.
2019-03-13 11:44:12 -04:00
..
2018-09-12 14:34:37 -04:00
2018-09-12 14:34:37 -04:00
2018-10-10 16:15:51 -04:00
2018-09-12 14:34:37 -04:00
2018-10-15 14:45:28 -04:00
2018-09-20 17:57:47 -04:00
2018-06-19 13:24:05 -04:00