Anton Altaparmakov
af5eb745ef
NTFS: Fix invalid pointer dereference in ntfs_mft_record_alloc().
...
In ntfs_mft_record_alloc() when mapping the new extent mft record with
map_extent_mft_record() we overwrite @m with the return value and on
error, we then try to use the old @m but that is no longer there as @m
now contains an error code instead so we crash when dereferencing the
error code as if it were a pointer.
The simple fix is to use a temporary variable to store the return value
thus preserving the original @m for later use. This is a backport from
the commercial Tuxera-NTFS driver and is well tested...
Thanks go to Julia Lawall for pointing this out (whilst I had fixed it
in the commercial driver I had failed to fix it in the Linux kernel).
Signed-off-by: Anton Altaparmakov <anton@tuxera.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2011-01-31 12:58:11 +10:00
..
2011-01-12 20:03:43 -05:00
2011-01-12 20:02:45 -05:00
2011-01-12 20:03:42 -05:00
2011-01-15 20:07:48 -05:00
2011-01-18 01:21:29 -05:00
2011-01-13 08:03:15 -08:00
2011-01-07 17:50:26 +11:00
2011-01-17 14:43:43 -08:00
2011-01-28 12:12:58 +10:00
2011-01-27 19:58:13 +00:00
2011-01-13 10:27:28 -08:00
2011-01-16 21:22:29 +00:00
2011-01-13 08:03:23 -08:00
2011-01-16 21:22:37 +00:00
2011-01-17 13:01:25 -06:00
2011-01-07 17:50:26 +11:00
2011-01-07 17:50:26 +11:00
2011-01-07 17:50:31 +11:00
2011-01-11 14:37:31 -08:00
2011-01-21 07:33:37 -08:00
2011-01-21 07:33:37 -08:00
2011-01-12 20:02:43 -05:00
2011-01-07 17:50:26 +11:00
2011-01-14 09:23:36 -08:00
2011-01-12 20:02:44 -05:00
2011-01-18 14:49:08 +00:00
2011-01-12 20:02:45 -05:00
2011-01-12 20:02:45 -05:00
2011-01-12 20:03:42 -05:00
2011-01-17 05:11:37 -05:00
2011-01-07 17:50:26 +11:00
2011-01-07 17:50:26 +11:00
2011-01-12 20:02:43 -05:00
2010-12-10 16:04:28 +01:00
2011-01-13 10:05:56 -08:00
2011-01-17 11:15:30 -08:00
2011-01-13 10:45:01 -08:00
2011-01-04 13:10:37 -05:00
2011-01-13 10:45:01 -08:00
2011-01-12 20:02:44 -05:00
2011-01-12 20:03:43 -05:00
2011-01-15 20:07:48 -05:00
2011-01-16 11:31:50 -08:00
2011-01-22 15:22:36 +09:00
2011-01-13 10:05:56 -08:00
2011-01-31 12:58:11 +10:00
2011-01-21 07:33:37 -08:00
2011-01-07 17:50:26 +11:00
2011-01-13 14:47:54 +01:00
2011-01-26 10:50:06 +10:00
2011-01-07 17:50:26 +11:00
2011-01-12 19:14:55 +01:00
2011-01-21 07:33:37 -08:00
2011-01-07 17:50:26 +11:00
2011-01-26 10:50:05 +10:00
2011-01-20 17:02:05 -08:00
2011-01-12 20:02:44 -05:00
2011-01-07 17:50:26 +11:00
2011-01-11 14:45:52 -08:00
2011-01-07 17:50:26 +11:00
2011-01-17 12:39:07 -08:00
2011-01-17 05:12:44 -05:00
2011-01-16 13:47:07 -05:00
2011-01-07 17:50:29 +11:00
2011-01-13 08:03:12 -08:00
2011-01-03 15:01:48 +01:00
2010-11-10 14:40:43 +01:00
2011-01-14 18:44:22 +01:00
2010-12-17 15:18:05 +01:00
2011-01-13 10:45:01 -08:00
2011-01-07 14:39:20 -08:00
2011-01-17 04:54:38 -05:00
2011-01-22 20:32:38 -08:00
2011-01-20 17:02:05 -08:00
2011-01-13 08:03:12 -08:00
2010-12-15 12:30:36 -08:00
2011-01-17 03:26:27 -05:00
2011-01-07 17:50:27 +11:00
2011-01-16 13:47:07 -05:00
2011-01-13 17:32:48 -08:00
2011-01-07 17:50:29 +11:00
2011-01-07 17:50:26 +11:00
2011-01-17 01:47:59 -05:00
2011-01-17 08:21:42 -05:00
2010-11-15 10:23:31 +01:00
2011-01-20 17:02:05 -08:00
2011-01-12 20:03:43 -05:00
2011-01-14 13:17:26 -08:00
2011-01-10 19:04:08 +01:00
2011-01-13 17:32:32 -08:00
2011-01-18 01:21:26 -05:00
2011-01-17 01:47:59 -05:00
2011-01-17 02:25:31 -05:00
2011-01-20 16:21:59 -08:00
2011-01-07 17:50:33 +11:00
2011-01-12 20:06:58 -05:00
2011-01-13 08:03:12 -08:00
2011-01-13 10:45:01 -08:00
2011-01-15 20:07:33 -05:00
2011-01-16 13:47:07 -05:00