]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Add const to hashable_roa.data
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 31 Jan 2023 23:58:52 +0000 (17:58 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 31 Jan 2023 23:58:52 +0000 (17:58 -0600)
commit7706bd420dbe4e369e20a28ead0c63141ae2e796
tree72a39a3f55e8666e6600eeb0f204d2fa96aafe83
parentf6d35732e8afe2c9dcddd56e41f7555d4781ae9d
Add const to hashable_roa.data

Not a fix, but it proves that the protocol never purposefully changes
outside of the ROA's constructors.

So I guess the options are... it's either inadvertently changing,
or the foreach is iterating into unrelated memory.
src/rtr/db/db_table.c