Daniel Ritz
48b950ff24
[PATCH] pcmcia/pcmcia_resource.c: fix crash when using Cardbus cards
...
Using the old ioctl interface together with cardbus card gives a NULL
pointer dereference since cardbus devices don't have a struct pcmcia_device.
also s->io[0].res can be NULL as well.
Fix is to move the pcmcia code after the cardbus code and to check for a null
pointer.
Signed-off-by: Daniel Ritz <daniel.ritz@gmx.ch>
Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2006-04-22 00:49:19 +02:00
..
2006-04-09 11:53:16 -07:00
2006-03-28 09:16:07 -08:00
2006-04-14 11:41:25 -07:00
2006-04-17 14:24:57 -07:00
2006-03-31 17:26:33 +02:00
2006-04-11 06:18:46 -07:00
2006-04-20 07:54:04 -07:00
2006-03-23 07:38:10 -08:00
2006-04-18 17:24:52 -05:00
2006-03-21 20:14:08 +11:00
2006-03-25 08:22:53 -08:00
2006-03-31 12:18:54 -08:00
2006-03-25 08:23:01 -08:00
2006-04-14 11:41:25 -07:00
2006-04-14 11:18:33 -07:00
2006-04-20 07:54:04 -07:00
2006-04-19 09:13:53 -07:00
2006-04-02 12:58:09 -07:00
2006-04-19 11:40:12 -07:00
2006-04-02 00:10:18 -05:00
2006-04-11 17:29:17 -07:00
2006-04-11 06:18:40 -07:00
2006-03-29 13:24:50 +11:00
2006-04-20 07:54:04 -07:00
2006-04-11 06:41:02 -07:00
2006-04-14 09:35:12 -05:00
2006-03-24 07:33:28 -08:00
2006-03-28 09:16:06 -08:00
2006-04-02 19:27:07 +01:00
2006-04-11 06:18:43 -07:00
2006-04-22 00:49:12 +02:00
2006-03-28 09:16:05 -08:00
2006-03-30 17:48:42 +00:00
2006-04-19 09:13:52 -07:00
2006-04-20 07:54:04 -07:00
2006-04-22 00:49:19 +02:00
2006-04-19 09:13:52 -07:00
2006-04-11 06:18:47 -07:00
2006-04-11 06:18:38 -07:00
2006-03-22 01:15:13 -08:00
2006-04-14 15:33:41 -05:00
2006-04-19 09:13:51 -07:00
2006-04-11 06:18:44 -07:00
2006-03-23 07:38:16 -08:00
2006-03-31 17:26:33 +02:00
2006-04-17 14:24:57 -07:00
2006-04-20 07:54:03 -07:00
2006-03-24 18:23:14 +01:00
2006-03-25 08:22:53 -08:00
2006-03-31 12:18:56 -08:00
2006-04-02 12:51:22 -07:00