]> git.proxmox.com Git - grub2.git/log
grub2.git
9 years agoRemove realmode.S from coreboot and qemu.
Vladimir Serbinenko [Sat, 21 Feb 2015 18:53:18 +0000 (19:53 +0100)]
Remove realmode.S from coreboot and qemu.

It's not used there.

9 years agoRemove obsolete ADDR32 and DATA32 checks.
Vladimir Serbinenko [Sat, 21 Feb 2015 16:44:41 +0000 (17:44 +0100)]
Remove obsolete ADDR32 and DATA32 checks.

9 years agoi386: Remove needless ADDR32 prefixes when address is known and fixed.
Vladimir Serbinenko [Sat, 21 Feb 2015 16:38:56 +0000 (17:38 +0100)]
i386: Remove needless ADDR32 prefixes when address is known and fixed.

Shaves off 6 bytes in lzma_decompress.img.

9 years agoi386-pc/boot: Explicitly mark kernel_address[_high] as local.
Vladimir Serbinenko [Sat, 21 Feb 2015 16:20:10 +0000 (17:20 +0100)]
i386-pc/boot: Explicitly mark kernel_address[_high] as local.

Otherwise apple asm might try to make accesses relocatable.

9 years agoChange dot assignmnet to more portable .org.
Vladimir Serbinenko [Sat, 21 Feb 2015 16:19:01 +0000 (17:19 +0100)]
Change dot assignmnet to more portable .org.

Binary is unchanged (verified)

9 years agoi386: Move from explicit ADDR32/DATA32 prefixes to instruction suffixes.
Vladimir Serbinenko [Sat, 21 Feb 2015 16:13:23 +0000 (17:13 +0100)]
i386: Move from explicit ADDR32/DATA32 prefixes to instruction suffixes.

Is more portable.
Binary is unchanged (verified).

9 years agoTest which flags make our asm compile.
Vladimir Serbinenko [Sat, 21 Feb 2015 15:29:28 +0000 (16:29 +0100)]
Test which flags make our asm compile.

Previously we relied on assumption that clang always needs -no-integrated-as
but it's not always true.

9 years agoINSTALL: clarify that clang support is experimental
Vladimir Serbinenko [Sat, 21 Feb 2015 15:22:48 +0000 (16:22 +0100)]
INSTALL: clarify that clang support is experimental

9 years agozfs/mzap_lookup: Fix argument types
Vladimir Serbinenko [Sat, 21 Feb 2015 15:22:01 +0000 (16:22 +0100)]
zfs/mzap_lookup: Fix argument types

9 years agowildcard: Mark unused argument as such.
Vladimir Serbinenko [Sat, 21 Feb 2015 15:19:09 +0000 (16:19 +0100)]
wildcard: Mark unused argument as such.

9 years agoofdisk: Exclude floppies from scanning.
Vladimir Serbinenko [Sat, 21 Feb 2015 15:16:48 +0000 (16:16 +0100)]
ofdisk: Exclude floppies from scanning.

It causes similar hang as CD on at least the qemu.

9 years agoconfigure: Add -msoft-float to CCASFLAGS
Vladimir Serbinenko [Sat, 21 Feb 2015 15:13:11 +0000 (16:13 +0100)]
configure: Add -msoft-float to CCASFLAGS

Otherwise mismatch between API flags triggers linker failure

9 years agomips/startup_raw: Use more portable .asciz
Vladimir Serbinenko [Sat, 21 Feb 2015 15:09:46 +0000 (16:09 +0100)]
mips/startup_raw: Use more portable .asciz

9 years agoProvide __aeabi_mem{cpy,set}
Vladimir Serbinenko [Sat, 21 Feb 2015 15:07:59 +0000 (16:07 +0100)]
Provide __aeabi_mem{cpy,set}

Fixes ARM compilation

9 years agodiv_test: Don't try to divide by zero
Vladimir Serbinenko [Sat, 21 Feb 2015 15:05:45 +0000 (16:05 +0100)]
div_test: Don't try to divide by zero

9 years agoINSTALL: Fix names of host flags to match actual behaviour
Vladimir Serbinenko [Sat, 21 Feb 2015 15:03:11 +0000 (16:03 +0100)]
INSTALL: Fix names of host flags to match actual behaviour

9 years agoStrip .MIPS.abiflags which causes compile failure
Vladimir Serbinenko [Sat, 21 Feb 2015 15:01:53 +0000 (16:01 +0100)]
Strip .MIPS.abiflags which causes compile failure

9 years agoconfigure: Move adding of include options to the very end to avoid subshell.
Vladimir Serbinenko [Fri, 20 Feb 2015 20:30:34 +0000 (21:30 +0100)]
configure: Move adding of include options to the very end to avoid subshell.

9 years agoconfigure: Add missing comma.
Vladimir Serbinenko [Fri, 20 Feb 2015 20:29:35 +0000 (21:29 +0100)]
configure: Add missing comma.

9 years agoext2: Ignore INCOMPAT_MMP.
Vladimir Serbinenko [Mon, 16 Feb 2015 20:08:37 +0000 (21:08 +0100)]
ext2: Ignore INCOMPAT_MMP.

It's not really incompatible as long as driver never writes to FS.

9 years agoext2: Support META_BG.
Vladimir Serbinenko [Mon, 16 Feb 2015 19:53:26 +0000 (20:53 +0100)]
ext2: Support META_BG.

This fixes bug that system would become unbootable after ext*
online resize if no resize_inode was created at ext* format time.

9 years agotests: remove hardcoded paths from syslinux_test
Andrei Borzenkov [Mon, 16 Feb 2015 19:07:33 +0000 (22:07 +0300)]
tests: remove hardcoded paths from syslinux_test

abs_top_srcdir appeared in Autoconf 2.52f. Minimal grub requirement
is 2.60 so we should be good here.

9 years agobuild-sys: add syslinux test files to tarball
Andrei Borzenkov [Mon, 16 Feb 2015 17:31:22 +0000 (20:31 +0300)]
build-sys: add syslinux test files to tarball

9 years agoAdd test for syslinux converter
Vladimir Serbinenko [Mon, 16 Feb 2015 14:58:59 +0000 (15:58 +0100)]
Add test for syslinux converter

9 years agoDon't remove initrd= parameter.
Vladimir Serbinenko [Mon, 16 Feb 2015 14:56:26 +0000 (15:56 +0100)]
Don't remove initrd= parameter.

Based on simplified patch by Lunar.

Reported by: Lunar

9 years agosyslinux_parse: Always output comments even if no entries are found.
Vladimir Serbinenko [Mon, 16 Feb 2015 09:54:20 +0000 (10:54 +0100)]
syslinux_parse: Always output comments even if no entries are found.

9 years agodiskfilter_make_raid: more memory leaks in failure path
Andrei Borzenkov [Sun, 15 Feb 2015 07:10:03 +0000 (10:10 +0300)]
diskfilter_make_raid: more memory leaks in failure path

9 years agodisk/lvm: Use zalloc to ensure that segments are initialised to sane value.
Vladimir Serbinenko [Sat, 14 Feb 2015 19:31:00 +0000 (20:31 +0100)]
disk/lvm: Use zalloc to ensure that segments are initialised to sane value.

Reported by: EmanueL Czirai.

9 years agomultiboot2: Fix information request tag size calculation
Daniel Kiper [Fri, 30 Jan 2015 17:59:24 +0000 (18:59 +0100)]
multiboot2: Fix information request tag size calculation

Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
9 years agodiskfilter: fix double free of lv names for mdraid
Andrei Borzenkov [Sat, 14 Feb 2015 16:08:58 +0000 (19:08 +0300)]
diskfilter: fix double free of lv names for mdraid

Avoid micro-optimization in grub_diskfilter_make_raid and make sure
name and fullname are independent strings. This avoids need to special
case it everywhere else.

Also fix memory leak in failure case in grub_diskfilter_make_raid.

Closes: 41582
9 years agodiskfilter: fix crash in validate_lv for mdraid arrays
Andrei Borzenkov [Sat, 14 Feb 2015 14:55:35 +0000 (17:55 +0300)]
diskfilter: fix crash in validate_lv for mdraid arrays

Commit 750f4bacd3262376ced3f837d8dc78f834ca233a put LV validation before
actual vg assignment. Make grub_diskfilter_make_raid to assign ->vg as
happens in other cases for consistency. Also clean up redundant code and add
explicit NULL lv->vg check in validate_lv.

Also fix segment validation in validate_lv; it became obvious when crash
was fixed.

Closes: 44199
9 years agoutil: mkimage, fix gcc5 build failure
Jiri Slaby [Thu, 12 Feb 2015 10:02:09 +0000 (11:02 +0100)]
util: mkimage, fix gcc5 build failure

gcc5 reports:
../util/mkimage.c: In function 'grub_install_get_image_target':
../util/mkimage.c:954:5: error: loop exit may only be reached after undefined behavior [-Werror=aggressive-loop-optimizations]
     && j < ARRAY_SIZE (image_targets[i].names); j++)
     ^
../util/mkimage.c:953:39: note: possible undefined statement is here
      for (j = 0; image_targets[i].names[j]
                                        ^

Well, let's move the index 'j' test before accesing the array to:
1) make the loop obvious
2) make gcc happy

Signed-off-by: Jiri Slaby <jslaby@suse.cz>
9 years agoarm: implement additional relocations generated by gcc 4.9 at -O3
Leif Lindholm [Tue, 3 Feb 2015 21:16:36 +0000 (21:16 +0000)]
arm: implement additional relocations generated by gcc 4.9 at -O3

GCC 4.9 also generates R_ARM_THM_MOVW_ABS_NC and R_ARM_THM_MOVT_ABS,
as an alternative to ABS32.

Signed-off-by: Leif Lindholm <leif.lindholm@linaro.org>
9 years agosetup: fix blocklist size calculation
Andrei Borzenkov [Fri, 30 Jan 2015 19:57:39 +0000 (22:57 +0300)]
setup: fix blocklist size calculation

Found by: Coverity scan.

9 years agogrub-fstest: fix descriptor leak
Andrei Borzenkov [Fri, 30 Jan 2015 19:45:58 +0000 (22:45 +0300)]
grub-fstest: fix descriptor leak

Found by: Coverity scan.

9 years agonet/pxe: fix error condition
Andrei Borzenkov [Fri, 30 Jan 2015 19:39:11 +0000 (22:39 +0300)]
net/pxe: fix error condition

Test return value of grub_netbuff_reserve(), buf itself cannot be
NULL here.

Found by: Coverity scan.

9 years agogrub-mkimage: fix potential NULL pointer dereference
Andrei Borzenkov [Fri, 30 Jan 2015 19:26:05 +0000 (22:26 +0300)]
grub-mkimage: fix potential NULL pointer dereference

Move fatal check whether symtab_section is NULL before first reference.

Found by: Coverity scan.

9 years agonet/ip: check result of grub_netbuff_push
Andrei Borzenkov [Fri, 30 Jan 2015 19:09:51 +0000 (22:09 +0300)]
net/ip: check result of grub_netbuff_push

Found by: Coverity scan.

9 years agotests: add test command file tests
Andrei Borzenkov [Fri, 30 Jan 2015 18:42:46 +0000 (21:42 +0300)]
tests: add test command file tests

This requires access to files in both host and grub image, so
implementing as separate test unit instead of script test was
more easy.

9 years agotest: consistently use TMPDIR and same name pattern for temp files
Andrei Borzenkov [Fri, 30 Jan 2015 17:31:20 +0000 (20:31 +0300)]
test: consistently use TMPDIR and same name pattern for temp files

9 years agotest: fix previous commit - we need to return from subexpression
Andrei Borzenkov [Fri, 30 Jan 2015 17:21:56 +0000 (20:21 +0300)]
test: fix previous commit - we need to return from subexpression

( ... ) was processed recursively, we need to return from it. Revert
this change.

9 years agotest: do not stop after first file test or closing bracket
Andrei Borzenkov [Fri, 30 Jan 2015 17:10:43 +0000 (20:10 +0300)]
test: do not stop after first file test or closing bracket

Closes: 44115
9 years agoconfigure.ac: don't use -msoft-float for arm64
Leif Lindholm [Wed, 28 Jan 2015 20:17:18 +0000 (20:17 +0000)]
configure.ac: don't use -msoft-float for arm64

aarch64 toolchains do not support the -msoft-float option added by
commit 3661261f. Insted, for arm64 use -march=armv8-a+nofp+nosimd.

Reported-by: Ryan Harkin <ryan.harkin@linaro.org>
9 years agoscript/execute.c: fix memory leak.
Andrei Borzenkov [Wed, 28 Jan 2015 17:35:28 +0000 (20:35 +0300)]
script/execute.c: fix memory leak.

Make sure to continue loop over array after failure to free
allocated strings.

Found by: Coverity scan.

9 years agosyslinux_parse: fix memory leak.
Andrei Borzenkov [Wed, 28 Jan 2015 17:09:25 +0000 (20:09 +0300)]
syslinux_parse: fix memory leak.

Found by: Coverity scan.

9 years agoChange quotes to match overall style in NEWS
Andrei Borzenkov [Tue, 27 Jan 2015 19:34:50 +0000 (22:34 +0300)]
Change quotes to match overall style in NEWS

9 years agoloader/xnu: fix memory leak.
Andrei Borzenkov [Tue, 27 Jan 2015 18:49:45 +0000 (21:49 +0300)]
loader/xnu: fix memory leak.

Foound by: Coverity scan.

9 years agoutil/grub-probe: fix memory leaks.
Andrei Borzenkov [Tue, 27 Jan 2015 18:29:55 +0000 (21:29 +0300)]
util/grub-probe: fix memory leaks.

Found by: Coverity scan.

9 years agofs/hfsplus: fix memory leak.
Andrei Borzenkov [Tue, 27 Jan 2015 18:19:28 +0000 (21:19 +0300)]
fs/hfsplus: fix memory leak.

Found by: Coverity scan.

9 years agofs/zfs/zfscrypt.c: fix indentation.
Andrei Borzenkov [Tue, 27 Jan 2015 18:13:10 +0000 (21:13 +0300)]
fs/zfs/zfscrypt.c: fix indentation.

9 years agofs/zfs/zfscrypt.c: fix memory leaks.
Andrei Borzenkov [Tue, 27 Jan 2015 18:12:19 +0000 (21:12 +0300)]
fs/zfs/zfscrypt.c: fix memory leaks.

Found by: Coverity scan.

9 years agocommands/parttool: fix memory leak.
Andrei Borzenkov [Tue, 27 Jan 2015 17:55:25 +0000 (20:55 +0300)]
commands/parttool: fix memory leak.

Found by: Coverity scan.

9 years agofs/zfs/zfs.c: fix memory leak.
Andrei Borzenkov [Tue, 27 Jan 2015 17:52:27 +0000 (20:52 +0300)]
fs/zfs/zfs.c: fix memory leak.

Found by: Coverity scan.

9 years agolinux/ofpath: fix descriptor leak
Andrei Borzenkov [Tue, 27 Jan 2015 17:29:00 +0000 (20:29 +0300)]
linux/ofpath: fix descriptor leak

Found by: Coverity scan

9 years agolinux/hostdisk: use strncpy instead of strlcpy
Andrei Borzenkov [Tue, 27 Jan 2015 17:00:23 +0000 (20:00 +0300)]
linux/hostdisk: use strncpy instead of strlcpy

strlcpy is not available on Linux as part of standard libraries.
It probably is not worth extra configure checks espicially as we
need to handle missing function anyway.

9 years agoDocument intentional fallthroughs.
Vladimir Serbinenko [Tue, 27 Jan 2015 16:17:58 +0000 (17:17 +0100)]
Document intentional fallthroughs.

Found by: Coverity scan.

9 years agolinux/ofpath: Fix error handling.
Vladimir Serbinenko [Tue, 27 Jan 2015 15:49:49 +0000 (16:49 +0100)]
linux/ofpath: Fix error handling.

Found by: Coverity Scan.

9 years agolinux/hostdisk: Limit strcpy size to buffer size.
Vladimir Serbinenko [Tue, 27 Jan 2015 15:48:53 +0000 (16:48 +0100)]
linux/hostdisk: Limit strcpy size to buffer size.

Found by: Coverity scan.

9 years agofs/zfscrypt: Add missing explicit cast.
Vladimir Serbinenko [Tue, 27 Jan 2015 15:35:37 +0000 (16:35 +0100)]
fs/zfscrypt: Add missing explicit cast.

Found by: Coverity scan.

9 years agofs/zfs: Fix error handling.
Vladimir Serbinenko [Tue, 27 Jan 2015 15:31:35 +0000 (16:31 +0100)]
fs/zfs: Fix error handling.

Found by: Coverity Scan.

9 years agofs/{cbfs,cpio}: Remove useless check if mode is NULL.
Vladimir Serbinenko [Tue, 27 Jan 2015 09:30:43 +0000 (10:30 +0100)]
fs/{cbfs,cpio}: Remove useless check if mode is NULL.

Callers already ensure that it's not null.

Found by: Coverity Scan.

9 years agocommands/acpi: Use ALIGN_UP rather than manual expression.
Vladimir Serbinenko [Tue, 27 Jan 2015 09:20:54 +0000 (10:20 +0100)]
commands/acpi: Use ALIGN_UP rather than manual expression.

Improves readability and hopefully automatic scanning.

Found by: Coverity Scan.

9 years agoutil/setup: fix memory leak.
Andrei Borzenkov [Mon, 26 Jan 2015 19:44:45 +0000 (22:44 +0300)]
util/setup: fix memory leak.

Found by: Coverity scan.

9 years agoutil/mkimage: fix memory leaks.
Andrei Borzenkov [Mon, 26 Jan 2015 19:39:08 +0000 (22:39 +0300)]
util/mkimage: fix memory leaks.

Found by: Coverity scan.

9 years agoutil/grub-mount: fix descriptor leak.
Andrei Borzenkov [Mon, 26 Jan 2015 19:24:28 +0000 (22:24 +0300)]
util/grub-mount: fix descriptor leak.

Found by: Coverity scan.

9 years agoutil/grub-mkstandalone: fix memory leak.
Andrei Borzenkov [Mon, 26 Jan 2015 19:20:51 +0000 (22:20 +0300)]
util/grub-mkstandalone: fix memory leak.

Found by: Coverity scan.

9 years agoutil/grub-install: rearrange code to avoid memory leak.
Andrei Borzenkov [Mon, 26 Jan 2015 19:17:31 +0000 (22:17 +0300)]
util/grub-install: rearrange code to avoid memory leak.

Found by: Coverity scan.

9 years agolinux/getroot: fix memory leak.
Andrei Borzenkov [Mon, 26 Jan 2015 19:08:13 +0000 (22:08 +0300)]
linux/getroot: fix memory leak.

Found by: Coverity scan.

9 years agoutil/install: fix memory leak.
Andrei Borzenkov [Mon, 26 Jan 2015 18:11:32 +0000 (21:11 +0300)]
util/install: fix memory leak.

Found by: Coverity scan.

9 years agoutil/setup: fix memory leak.
Andrei Borzenkov [Mon, 26 Jan 2015 18:07:19 +0000 (21:07 +0300)]
util/setup: fix memory leak.

Found by: Coverity scan.

9 years agolinux/ofpath: fix various memory leaks.
Andrei Borzenkov [Mon, 26 Jan 2015 18:41:29 +0000 (21:41 +0300)]
linux/ofpath: fix various memory leaks.

Found by: Coverity scan.

9 years agolinux/getroot: fix descriptor leak.
Andrei Borzenkov [Mon, 26 Jan 2015 18:38:40 +0000 (21:38 +0300)]
linux/getroot: fix descriptor leak.

Found by: Coverity scan.

9 years agoutil/misc.c: Check ftello return value.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:56:24 +0000 (09:56 +0100)]
util/misc.c: Check ftello return value.

Found by: Coverity scan.

9 years agogrub-macbless: Fix resource leak.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:55:58 +0000 (09:55 +0100)]
grub-macbless: Fix resource leak.

Found by: Coverity scan.

9 years agogrub-install: Fix memory leak.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:55:30 +0000 (09:55 +0100)]
grub-install: Fix memory leak.

Found by: Coverity scan.

9 years agogrub-install-common: Fix sizeof usage.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:54:50 +0000 (09:54 +0100)]
grub-install-common: Fix sizeof usage.

Found by: Coverity scan.

9 years agoutil/getroot: Add missing grub_disk_close.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:54:14 +0000 (09:54 +0100)]
util/getroot: Add missing grub_disk_close.

Found by: Coverity scan.

9 years agovbe: Fix incorrect register usage.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:53:39 +0000 (09:53 +0100)]
vbe: Fix incorrect register usage.

Found by: Coverity scan.

9 years agounix/password: Fix file descriptor leak.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:53:03 +0000 (09:53 +0100)]
unix/password: Fix file descriptor leak.

Found by: Coverity scan.

9 years agolinux/getroot: Fix error handling.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:51:48 +0000 (09:51 +0100)]
linux/getroot: Fix error handling.

Found by: Coverity scan.

9 years agolinux/blocklist: Fix memory leak.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:50:58 +0000 (09:50 +0100)]
linux/blocklist: Fix memory leak.

Found by: Coverity scan.

9 years agodevmapper/getroot: Fix memory leak.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:50:27 +0000 (09:50 +0100)]
devmapper/getroot: Fix memory leak.

Found by: Coverity scan.

9 years agonormal/misc: Close device on all pathes.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:49:32 +0000 (09:49 +0100)]
normal/misc: Close device on all pathes.

Found by: Coverity scan.

9 years agonormal/main: Fix error handling.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:48:46 +0000 (09:48 +0100)]
normal/main: Fix error handling.

Found by: Coverity scan.

9 years agoxnu: Add missing error check.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:44:57 +0000 (09:44 +0100)]
xnu: Add missing error check.

Found by: Coveriy scan.

9 years agoplan9: Add missing grub_device_close.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:44:33 +0000 (09:44 +0100)]
plan9: Add missing grub_device_close.

Found by: Coverity scan.

9 years agomultiboot: Simplify to avoid confusing assignment.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:43:52 +0000 (09:43 +0100)]
multiboot: Simplify to avoid confusing assignment.

Found by: Coverity scan.

9 years agobsd: Add missing null-pointer check.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:42:42 +0000 (09:42 +0100)]
bsd: Add missing null-pointer check.

Found by: Coverity scan.

9 years agolib/syslinux_parse: Add missing error check.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:42:04 +0000 (09:42 +0100)]
lib/syslinux_parse: Add missing error check.

Found by: Coverity scan.

9 years agolib/syslinux_parse: Fix memory leak.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:41:24 +0000 (09:41 +0100)]
lib/syslinux_parse: Fix memory leak.

Found by: Coveriy scan.

9 years agolib/syslinux_parse: Add missing alloc check.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:40:42 +0000 (09:40 +0100)]
lib/syslinux_parse: Add missing alloc check.

Found by: Coverity scan.

9 years agoi386/pc/mmap: Fix memset size.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:38:11 +0000 (09:38 +0100)]
i386/pc/mmap: Fix memset size.

Found by: Coverity scan.

9 years agogfxmenu/theme_loader: Add missing allos error check.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:37:39 +0000 (09:37 +0100)]
gfxmenu/theme_loader: Add missing allos error check.

Found by: Coverity scan.

9 years agogfxmenu/icon_manager: Fix null pointer dereference.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:37:01 +0000 (09:37 +0100)]
gfxmenu/icon_manager: Fix null pointer dereference.

Found by: Coverity scan.

9 years agofs/ufs: Add missing error check.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:36:19 +0000 (09:36 +0100)]
fs/ufs: Add missing error check.

Found by: Coverity scan.

9 years agoconfigure.ac: Always add -D_FILE_OFFSET_BITS=64.
Vladimir Serbinenko [Mon, 26 Jan 2015 08:35:44 +0000 (09:35 +0100)]
configure.ac: Always add -D_FILE_OFFSET_BITS=64.

9 years agofs/sfs: Fix error check and add sanity check.
Vladimir Serbinenko [Sun, 25 Jan 2015 12:33:03 +0000 (13:33 +0100)]
fs/sfs: Fix error check and add sanity check.

Found by: Coverity scan.

9 years agofs/reiserfs: Fix sector count overflow.
Vladimir Serbinenko [Sun, 25 Jan 2015 12:29:26 +0000 (13:29 +0100)]
fs/reiserfs: Fix sector count overflow.

Found by: Coverity scan.

9 years agofs/ntfs: Add sizes sanity checks.
Vladimir Serbinenko [Sun, 25 Jan 2015 12:28:50 +0000 (13:28 +0100)]
fs/ntfs: Add sizes sanity checks.

Found by: Coverity scan.

9 years agofs/ntfs: Add missing free.
Vladimir Serbinenko [Sun, 25 Jan 2015 12:22:24 +0000 (13:22 +0100)]
fs/ntfs: Add missing free.

Found by: Coverity scan.