Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | firmware-utils: fix possible memory leak and resource leak | Andrea Dalla Costa | 2020-01-14 | 1 | -0/+3 |
| | | | | | | | | | | Add missing calls to `free` for variable `buffer`. This could lead to a memory leak. Add missing call to `close` for file pointer `fdin`. This could lead to a resource leak. Signed-off-by: Andrea Dalla Costa <andrea@dallacosta.me> | ||||
* | firmware-utils: add DNS-313 image header tool | Linus Walleij | 2018-05-05 | 1 | -0/+239 |
This tool is used to create headers on images for the D-Link DNS-313 in gemini target. Will be used after switching gemini to 4.14 kernel. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |