-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Denis Efremov <efremov@linux.com>
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
/// Files: drivers/atm/idt77252.c | ||
/// Fix: 3f4093e2bf4673f218c0bf17d8362337c400e77b | ||
/// Fixes: v2.6.12-rc2 | ||
|
||
virtual detect | ||
|
||
@err@ | ||
symbol idt77252_chain; | ||
identifier card; | ||
position p; | ||
@@ | ||
|
||
idt77252_exit(void) | ||
{ | ||
... | ||
while (idt77252_chain) { | ||
... when != del_timer_sync(&card->tst_timer); | ||
when != timer_shutdown_sync(&card->tst_timer); | ||
* deinit_card@p(card); | ||
... | ||
} | ||
... | ||
} | ||
|
||
@script:python depends on detect@ | ||
p << err.p; | ||
@@ | ||
coccilib.report.print_report(p[0], 'ERROR: CVE-2022-3635') |