immortalwrt/tools
Kevin Darbyshire-Bryant 979a7cb16a firmware-utils: fix coverity zytrx.c resource leak
fix coverity resource leak warning:

    	*len = stat.st_size;
    	mapped = mmap(NULL, stat.st_size, PROT_READ, MAP_SHARED, fd, 0);
    	if (close(fd) < 0)
CID 1484880:  Resource leaks  (RESOURCE_LEAK)
Variable "mapped" going out of scope leaks the storage it points to.
    		return NULL;
    	return mapped;
    }

Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
2021-05-20 23:16:44 +08:00
..
autoconf
autoconf-archive
automake
b43-tools
bc tools/bc: use autoreconf to fix build failure on macOS with recent Xcode versions 2020-11-21 17:41:58 +08:00
bison tools/bison: update to 3.7.1 2020-08-23 23:38:07 +08:00
cbootimage treewide: update email address of Tomasz Maciej Nowak 2020-11-24 23:28:39 +08:00
cbootimage-configs treewide: update email address of Tomasz Maciej Nowak 2020-11-24 23:28:39 +08:00
ccache ccache: update to 4.2.1 2021-04-25 23:13:24 +08:00
cmake tools/cmake: always use non-ccache CC and CXX variables 2021-01-08 16:08:33 +08:00
coreutils tools/coreutils: update to 8.32 2020-08-31 11:10:51 +08:00
cpio tools: add cpio 2021-03-01 12:08:11 +08:00
dosfstools
e2fsprogs
elftosb
expat
fakeroot download: add mirror alias for Debian 2021-02-27 12:11:33 +08:00
findutils
firmware-utils firmware-utils: fix coverity zytrx.c resource leak 2021-05-20 23:16:44 +08:00
flex
flock tools/flock: add PKG_{VERSION,RELEASE} 2020-07-23 22:45:21 +08:00
genext2fs
gengetopt
gmp
include
isl
kernel2minor
libressl ccache: update to 4.1 2020-12-31 17:50:39 +08:00
libtool
lzma treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-08 12:11:32 +08:00
lzma-old treewide: unify OpenWrt hosted source via @OPENWRT 2021-02-08 12:11:32 +08:00
m4
make-ext4fs
missing-macros treewide: remove empty default cases 2020-09-18 16:37:37 +08:00
mkimage tools: mkimage: add patches for 64-bit MediaTek BootROM 2021-03-12 12:00:34 +08:00
mklibs download: add mirror alias for Debian 2021-02-27 12:11:33 +08:00
mm-macros
mpc tools/mpc: update to 1.2.0 2020-08-28 09:26:04 +08:00
mpfr tools/mpfr: update to 4.1.0 2020-08-24 11:34:03 +08:00
mtd-utils tools: mtd-utils: Update to version 2.1.2 2020-08-27 12:02:57 +08:00
mtools
padjffs2 tools: drop PKG_VERSION for purely local packages 2020-07-23 22:44:05 +08:00
patch
patch-image tools/patch-image: add PKG_RELEASE 2020-07-23 22:44:24 +08:00
patchelf tools/patchelf: bump to use latest master 2021-02-16 12:08:21 +08:00
pkg-config ccache: update to 4.1 2020-12-31 17:50:39 +08:00
qemu
quilt
sdimage
sed
sparse tools/sparse: update to version 0.6.3 2021-03-20 11:22:37 +08:00
squashfs
squashfskit4 tools/squashfskit4: fix build on non-linux systems 2020-09-02 11:32:04 +08:00
sstrip tools/sstrip: update to latest version 2020-11-28 19:05:31 +08:00
tar
ucl
upx
xxd tools/xxd: fix source URL 2021-03-02 12:07:04 +08:00
xz
zip
zlib
zstd tools/zstd: compile with cmake 2021-01-31 22:18:38 +08:00
Makefile Merge Mainline 2021-03-14 23:47:44 +08:00