We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69e023f commit 2685054Copy full SHA for 2685054
1 file changed
ext/standard/dns.c
@@ -678,6 +678,7 @@ static uint8_t *php_parserr(uint8_t *cp, uint8_t *end, querybuf *answer, int typ
678
}
679
if (n % 16 > 8) {
680
/* Partial short */
681
+ CHECKCP(1);
682
if (cp[0] != 0) {
683
if (tp > (uint8_t *)name) {
684
in_v6_break = 0;
0 commit comments