2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00
Files
bind/lib/dns
Diego Fronza 37f42d19a1 Remove redundant function 'newchain'
The removed function 'newchain(a, b)' was almost the same as calling
!chain_equal(a, b), varying only in the amount of data compared
in the non-fixed-length data portion of given chain nodes.

A third argument 'data_size' has been introduced into 'chain_equal'
function in order to allow it to know how many bytes to compare in the
variable-length data portion of the chain nodes.

A helper function 'chain_length(e)' has been introduced to allow
easy calculation of the total length of the non-fixed-length data part
of chain nodes.

Check the thread below for more details:
https://gitlab.isc.org/isc-projects/bind9/-/merge_requests/291#note_12184
2021-08-25 15:10:27 -07:00
..
2021-07-22 11:51:46 +02:00
2021-07-22 11:51:46 +02:00
2021-07-09 15:58:02 +02:00
2020-11-25 08:25:29 +11:00
2021-07-06 05:33:48 +00:00
2021-08-11 15:15:25 +02:00
2021-06-09 14:35:14 +02:00
2021-01-29 12:07:38 +01:00
2021-02-23 09:16:48 +01:00
2021-07-06 05:33:48 +00:00
2021-07-06 05:33:48 +00:00
2021-07-06 05:33:48 +00:00
2020-12-01 10:46:58 +11:00
2021-07-09 15:58:02 +02:00
2021-07-06 05:33:48 +00:00
2021-05-26 08:15:08 +00:00