-
Notifications
You must be signed in to change notification settings - Fork 355
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vbsc_ident buffer accessed out of bounds
Adopt src/pci_ahci.c logic struct ahci_port { ... char ident[20 + 1]; ... } as they both hold the MD5 sum. Also while at it start using snprintf. Signed-off-by: S.Çağlar Onur <[email protected]>
- Loading branch information
1 parent
49757e5
commit 740213b
Showing
2 changed files
with
5 additions
and
4 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
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