mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 18:47:40 -04:00
In rdataset_getheader() a cast of the raw buffer to dns_slabheader_t and pointer arithmetics was used to get the start of the slabheader structure. Use more correct offsetof(dns_slabheader_t, raw) to calculate the correct start of the dns_slabheader_t from the flexible member raw[]. |
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||