]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commite8f3ce70aa8b524a7dfd7a41868e63c6a48e32c2
treecf167169971971558979056d9786df454ed4a5ea
parent9b7c19a3400eba742f7281a0f3d796ecca3858e4
parent408190fd3bf81a763f02d7008f2874ce61ca228b
fix: dev: use proper flexible arrays in rrl

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