Benno Evers
Benno Evers
Trying to reference a stix object with a UUID of `note--00000000-0000-0000-0000-000000000000` results in an exception according to the changes implemented in #188, because the all-zero uuid is not a UUIDv4:...
Implement an alternate backing file format for the segment that wraps a number of individual flatbuffers to work around the 2GiB size limite. (for the segment this doesn't make a...
With CAF 0.18, actor names must be constant strings. The active and passive partition carry their human-readable name in the variable `self->state.name` already. In `active_partition.cpp` and `passive_partition.cpp` we currently have...
### :memo: Reviewer Checklist Review this pull request by ensuring the following items: - [ ] All user-facing changes have changelog entries - [ ] User-facing changes are reflected on...
Vigil used to crash when an error occured in the last line of a source file. We must remain vigilant and not let errors like this slip.
### Documentation issues The Matter specification states in `4.13.1.2. Protocol Details` that for all PASE messages > The S Flag and DSIZ fields of the Message Flags SHALL be set...