Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1972069d authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "misc: lkdtm: Add volatile to intentional NULL pointer reference"

parents fe476ba4 680c43e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ void lkdtm_WARNING(void)

void lkdtm_EXCEPTION(void)
{
	*((int *) 0) = 0;
	*((volatile int *) 0) = 0;
}

void lkdtm_LOOP(void)