mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
fix merge issue in previous
This commit is contained in:
parent
14e656f81d
commit
ddd1e2a8b7
1 changed files with 1 additions and 1 deletions
|
@ -535,7 +535,7 @@ static u_char *php_parserr(u_char *cp, u_char *end, querybuf *answer, int type_t
|
||||||
}
|
}
|
||||||
if (n) {
|
if (n) {
|
||||||
memcpy(tp->val + l2 , cp + l1 + 1, 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;
|
l1 = l1 + n + 1;
|
||||||
l2 = l2 + n;
|
l2 = l2 + n;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue