-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Properly handle status message on older kernels
The status message has evolved, with fields being added in subsequent kernel versions. The parsing of this message excepts a recent version of it, making it fail to parse on older kernels. This is fixed by putting the newer fields behind an option. On parsing, those are set only if the received status payload is big enough.
- Loading branch information
Showing
1 changed file
with
38 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters