mirror of
https://github.com/php/php-src.git
synced 2026-04-23 07:58:20 +02:00
fix merge issue in previous
This commit is contained in:
+1
-1
@@ -535,7 +535,7 @@ static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_t
|
||||
}
|
||||
if (n) {
|
||||
memcpy(tp->val + l2 , cp + l1 + 1, n);
|
||||
add_next_index_stringl(entries, cp + l1 + 1, n, 1);
|
||||
add_next_index_stringl(&entries, cp + l1 + 1, n);
|
||||
}
|
||||
l1 = l1 + n + 1;
|
||||
l2 = l2 + n;
|
||||
|
||||
Reference in New Issue
Block a user