0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +00:00
bird/conf
Maria Matejka 22f54eaee6 Resource pools are now bound with domains.
Memory allocation is a fragile part of BIRD and we need checking that
everybody is using the resource pools in an appropriate way. To assure
this, all the resource pools are associated with locking domains and
every resource manipulation is thoroughly checked whether the
appropriate locking domain is locked.

With transitive resource manipulation like resource dumping or mass free
operations, domains are locked and unlocked on the go, thus we require
pool domains to have higher order than their parent to allow for this
transitive operations.

Adding pool locking revealed some cases of insecure memory manipulation
and this commit fixes that as well.
2023-04-24 10:33:28 +02:00
..
cf-lex.l Merge commit '37b64441' into thread-next 2022-11-07 10:28:01 +01:00
conf.c Resource pools are now bound with domains. 2023-04-24 10:33:28 +02:00
conf.h Merge commit '140c534fb81d0e165b7d674e869c646455ed19d1' into thread-next 2023-01-19 18:17:05 +01:00
confbase.Y Created a dedicated settle timer structure 2022-09-09 18:53:15 +02:00
Doc Doc: Rename code documentation files back to Doc 2018-12-14 02:03:42 +01:00
flowspec.Y Moved config-related allocations to config_pool and showing its size in memory usage 2022-11-01 16:38:24 +01:00
gen_commands.m4 Implements undo command and optional timeout for configuration 2012-12-26 12:40:48 +01:00
gen_keywords.m4 Conf: Allowing keyword redefinition 2022-05-04 15:39:21 +02:00
gen_parser.m4 Conf: Allowing keyword redefinition 2022-05-04 15:39:21 +02:00
Makefile Merge branch 'master' into HEAD 2019-03-18 12:54:40 +01:00