]> Git Repo - linux.git/commit
pcmcia: i82092: fix a null pointer dereference bug
authorZheyu Ma <[email protected]>
Tue, 22 Jun 2021 07:11:31 +0000 (07:11 +0000)
committerDominik Brodowski <[email protected]>
Fri, 23 Jul 2021 06:08:54 +0000 (08:08 +0200)
commite39cdacf2f664b09029e7c1eb354c91a20c367af
treec7c286de331fb4079aba01c713aeee3d72f7ddce
parent2734d6c1b1a089fb593ef6a23d4b70903526fe0c
pcmcia: i82092: fix a null pointer dereference bug

During the driver loading process, the 'dev' field was not assigned, but
the 'dev' field was referenced in the subsequent 'i82092aa_set_mem_map'
function.

Signed-off-by: Zheyu Ma <[email protected]>
CC: <[email protected]>
[[email protected]: shorten commit message, add Cc to stable]
Signed-off-by: Dominik Brodowski <[email protected]>
drivers/pcmcia/i82092.c
This page took 0.070072 seconds and 4 git commands to generate.