mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 22:35:35 +00:00
Update the parse to emit a 0 to seperate pairs in the dfa.
This was always the intended behavior and fixes a bug where the dfa will match change profile rules using // seperator.
This commit is contained in:
@@ -22,6 +22,7 @@ struct table_set_header {
|
||||
#define YYTD_ID_DEF 4
|
||||
#define YYTD_ID_EC 5
|
||||
#define YYTD_ID_META 6
|
||||
#define YYTD_ID_ACCEPT2 7
|
||||
#define YYTD_ID_NXT 8
|
||||
|
||||
#define YYTD_DATA8 1
|
||||
|
Reference in New Issue
Block a user