Commit d95ef31
committed
lkl: explicitly uses asan mem* functions when kasan is enabled
Otherwise host memcpy can be used and bypasses kasan
interceptors. Unclear why the tests are passing in CI most of the time
without this fix. They do fail reliably on my local environment.
Signed-off-by: Octavian Purdila <[email protected]>1 parent bba15fc commit d95ef31
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
| 59 | + | |
56 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
57 | 64 | | |
58 | 65 | | |
59 | 66 | | |
| |||
0 commit comments