4879. [bug] dns_rdata_caa:value_len is was small. [RT #47086]

(cherry picked from commit 3ae586b857)
This commit is contained in:
Mark Andrews
2018-01-30 10:58:56 +11:00
parent 8aad9a803f
commit 7e6d7232c7
2 changed files with 3 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
4879. [bug] dns_rdata_caa:value_len is was small. [RT #47086]
4878. [bug] List 'ply' as a requirement for the 'isc' python
package. [RT #47065]

View File

@@ -26,7 +26,7 @@ typedef struct dns_rdata_caa {
unsigned char * tag;
isc_uint8_t tag_len;
unsigned char *value;
isc_uint8_t value_len;
isc_uint16_t value_len;
} dns_rdata_caa_t;
#endif /* GENERIC_CAA_257_H */