-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lib: Pulling in library changes to validate all ATA ident words
Pulling in changes that validate all ATA identify data words before accessed or otherwise used to detect capabilities or perform certain actions. Signed-off-by: Tyler Erickson <[email protected]>
- Loading branch information
1 parent
fea5dc1
commit a469117
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule opensea-operations
updated
15 files
+38 −28 | src/ata_Security.c | |
+3 −1 | src/ata_device_config_overlay.c | |
+14 −12 | src/buffer_test.c | |
+5 −5 | src/defect.c | |
+99 −34 | src/drive_info.c | |
+25 −13 | src/firmware_download.c | |
+12 −13 | src/logs.c | |
+83 −56 | src/operations.c | |
+79 −67 | src/power_control.c | |
+5 −6 | src/sanitize.c | |
+10 −10 | src/seagate_operations.c | |
+8 −5 | src/set_max_lba.c | |
+15 −12 | src/smart.c | |
+9 −2 | src/trim_unmap.c | |
+1 −1 | src/writesame.c |
Submodule opensea-transport
updated
11 files
+1 −1 | include/common_public.h | |
+3 −3 | src/ata_cmds.c | |
+4 −4 | src/ata_helper.c | |
+2 −2 | src/ata_legacy_cmds.c | |
+7 −5 | src/cmds.c | |
+2 −2 | src/common_public.c | |
+517 −392 | src/sat_helper.c | |
+19 −1 | src/scsi_cmds.c | |
+4 −2 | src/scsi_helper.c | |
+7 −7 | src/sntl_helper.c | |
+1 −1 | src/win_helper.c |