Skip to content

Commit

Permalink
Upgrade to newer raw-cpuid version to fix soundness issues (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinaboos committed Sep 30, 2022
1 parent a63c0fe commit 32cb7c5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
6 changes: 2 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions kernel/apic/Cargo.toml
Expand Up @@ -35,8 +35,7 @@ path = "../memory"
path = "../kernel_config"

[dependencies.raw-cpuid]
version = "7.0.3"
features = [ "use_arch" ]
version = "10.6.0"

[features]
apic_timer_fixed = []
Expand Down
3 changes: 1 addition & 2 deletions kernel/pmu_x86/Cargo.toml
Expand Up @@ -35,8 +35,7 @@ path = "../../libs/port_io"
path = "../../libs/msr"

[dependencies.raw-cpuid]
version = "7.0.3"
features = [ "use_arch" ]
version = "10.6.0"

[dependencies.task]
path = "../task"
Expand Down
6 changes: 2 additions & 4 deletions tlibc/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 32cb7c5

Please sign in to comment.