mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
Update feed [ iopsys ] package [ fdtextract ]
-------------------------------------------------------------------------------
* 7e013f0 Do not read entire file into buffer when extracting
-------------------------------------------------------------------------------
commit 7e013f0afa68378d38a6bdc9b0c5a342bd3dd0a5
Author: Erik Karlsson <erik.karlsson@genexis.eu>
Date: 2021-11-30 00:09:44 +0100
Do not read entire file into buffer when extracting
Only read FDT into buffer, and then in case of external image, use lseek
followed by sendfile if supported or otherwise read/write.
Remove unnecessary strdup of option arguments that would leak memory in case
options are repeated.
Fix confusing error message with --attribute when --image is used to specify
a non-existing image.
Base directory -> /
fdtextract.c | 169 +++++++++++++++++++++++++++++++++++++----------------------
1 file changed, 106 insertions(+), 63 deletions(-)
-------------------------------------------------------------------------------
This commit is contained in:
parent
2c4e50ab10
commit
f9f31384c2
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ PKG_VERSION:=1.0
|
|||
|
||||
PKG_SOURCE_URL:=https://dev.iopsys.eu/iopsys/fdtextract.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=ef46eb3be68ae1216d8699234f237fb2243289f1
|
||||
PKG_SOURCE_VERSION:=7e013f0afa68378d38a6bdc9b0c5a342bd3dd0a5
|
||||
PKG_MIRROR_HASH:=skip
|
||||
|
||||
PKG_LICENSE:=GPLv2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue