zephyr/subsys/fs/ext2
Andrei Emeltchenko 451c4779c8 fs: ext2: Fix dereference before NULL check
It does make sense to dereference after NULL check.

Signed-off-by: Andrei Emeltchenko <andrei.emeltchenko@intel.com>
2023-08-16 15:04:48 +02:00
..
CMakeLists.txt
ext2_bitmap.c fs: ext2: fix blocks and inodes handling 2023-08-03 12:22:01 -04:00
ext2_bitmap.h fs: ext2: fix blocks and inodes handling 2023-08-03 12:22:01 -04:00
ext2_disk_access.c fs: ext2: impl fs_sync 2023-08-03 12:22:01 -04:00
ext2_diskops.c fs: ext2: Remove comparing unsigned < 0 2023-08-16 15:04:48 +02:00
ext2_diskops.h fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
ext2_format.c fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
ext2_impl.c fs: ext2: Fix dereference before NULL check 2023-08-16 15:04:48 +02:00
ext2_impl.h fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
ext2_ops.c fs: ext2: Correct structure initialization 2023-08-16 15:04:48 +02:00
ext2_struct.h fs: ext2: Use disk structs to access data on disk 2023-08-03 12:22:01 -04:00
ext2.h fs: ext2: create correct file system in mkfs 2023-08-03 12:22:01 -04:00
Kconfig