2
0
mirror of https://gitlab.com/apparmor/apparmor synced 2025-08-22 10:07:12 +00:00
Christian Boltz 32acb228f9
Change 'aa' from hasher to dict
If there's still some code left that tries to access an uninitialized
item in 'aa' (reading or writing), this will result in a very visible
crash instead of silently seeming to work.

Testing shows that we seem to correctly initialize each item in 'aa' (no
crashes), therefore let's hope the best ;-)
2021-12-11 20:24:41 +01:00
..
2021-12-11 20:24:41 +01:00
2020-10-29 21:24:15 +01:00
2020-10-29 21:24:15 +01:00
2020-10-29 21:24:15 +01:00
2020-10-29 21:24:15 +01:00
2020-10-29 21:24:15 +01:00
2016-10-01 20:57:09 +02:00
2020-10-29 21:24:15 +01:00
2016-10-01 20:57:09 +02:00

Known Bugs: Will allow multiple letters in the () due to translation/unicode issues with regexing the key. User input will probably bug out in a different locale.