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
..
2021-04-09 23:52:30 +08:00
2020-08-07 17:46:36 +08:00
2021-04-09 23:52:02 +08:00
2021-01-23 12:11:11 +08:00
2021-03-25 23:36:17 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:51:09 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:52:30 +08:00
2020-01-21 14:33:54 +08:00
2021-04-09 23:51:38 +08:00
2021-04-09 23:52:30 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:52:30 +08:00
2020-07-09 12:04:37 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:51:09 +08:00
2017-09-06 19:19:45 +08:00
2019-12-13 08:25:54 -08:00
2020-03-02 17:53:40 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:52:30 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:52:30 +08:00
2020-06-11 11:58:42 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:52:02 +08:00
2021-04-09 23:52:02 +08:00
2017-09-06 19:19:45 +08:00
2019-12-13 08:25:54 -08:00
2019-12-13 08:25:54 -08:00
2019-12-13 08:25:54 -08:00
2021-04-09 23:51:38 +08:00
2019-01-03 19:29:28 +08:00
2021-04-09 23:51:09 +08:00
2020-12-25 19:18:40 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-13 23:30:45 +08:00
2021-04-09 23:51:38 +08:00
2017-09-06 19:19:45 +08:00
2020-03-02 17:53:40 +08:00
2021-04-09 23:52:30 +08:00
2020-01-21 14:33:54 +08:00
2019-12-13 08:25:54 -08:00
2021-04-09 23:51:38 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:51:09 +08:00
2018-01-09 14:38:15 +08:00
2018-01-09 14:38:15 +08:00
2020-01-21 14:33:54 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:51:09 +08:00
2021-04-09 23:52:30 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2020-11-14 13:42:11 +08:00
2021-04-09 23:51:38 +08:00
2017-09-06 19:19:45 +08:00
2021-03-16 11:16:52 +08:00
2021-04-09 23:51:38 +08:00
2021-03-15 11:36:13 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:52:30 +08:00
2020-12-23 11:51:49 +08:00
2021-04-09 23:52:30 +08:00
2021-04-09 23:51:09 +08:00
2021-04-14 23:13:33 +08:00
2021-04-09 23:51:09 +08:00
2017-09-06 19:19:45 +08:00
2017-09-06 19:19:45 +08:00
2019-12-13 08:25:54 -08:00
2020-07-12 11:57:40 +08:00
2017-09-06 19:19:45 +08:00
2021-04-09 23:52:30 +08:00
2021-04-13 23:30:26 +08:00
2017-09-06 19:19:45 +08:00
2021-05-20 23:16:44 +08:00
2017-09-06 19:19:45 +08:00