]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: use proper flexible arrays in rrl
authorAydın Mercan <aydin@isc.org>
Fri, 30 May 2025 11:18:08 +0000 (11:18 +0000)
committerAydın Mercan <aydin@isc.org>
Fri, 30 May 2025 11:18:08 +0000 (11:18 +0000)
The single-element array hack can trip newer sanitizers or fortification levels.

Found with UBSAN triggering the RRL system test with meson.

Merge branch 'aydin/rrl-flex-array' into 'main'

See merge request isc-projects/bind9!10509


Trivial merge