1
0
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:
Remi Collet
2014-08-19 09:10:34 +02:00
parent 14e656f81d
commit ddd1e2a8b7
+1 -1
View File
@@ -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;