1
0
mirror of https://github.com/anestisb/android-unpackbootimg.git synced 2024-05-16 03:59:33 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
Anestis Bechtsoudis
813a5e9a5a
Merge pull request #3 from ValdikSS/fixes
A set of fixes
2023-04-05 14:49:24 +04:00
ValdikSS
9972c07f79 Check if output file could be opened, create directory if needed 2021-11-05 16:16:45 +03:00
ValdikSS
c50df57f1b Check for input file and properly fail if it doesn't exist 2021-11-05 16:16:17 +03:00
ValdikSS
8583145715 Fix compilation error on newer gcc 2021-11-05 16:15:49 +03:00
Anestis Bechtsoudis
b92cac088f
Merge pull request #2 from intgr/fix-strncpy-error
Fix build error due to strncpy bounds
2018-07-28 19:54:19 +04:00
Marti Raudsepp
36dd263adf Fix build error due to strncpy bounds
This error is fatal with recent GCC versions:
mkbootimg.c:380:9: error: ‘strncpy’ specified bound 1024 equals destination size
2018-07-28 18:08:08 +03:00
Anestis Bechtsoudis
0809132f6b Merge pull request #1 from 930430/master
unpackbootimg: properly initialize variables
2017-08-31 15:17:25 -04:00
nnnn20430
70788bfe32 unpackbootimg: properly initialize variables
fixes "error: ‘a’ may be used uninitialized in this function [-Werror=maybe-uninitialized]" errors
2017-08-31 19:41:58 +02:00
Anestis Bechtsoudis
e94af057ad
README update
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-05-15 16:43:13 +03:00
Anestis Bechtsoudis
5261ca365d
Add mkbootimg python tool
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-05-15 16:39:40 +03:00
Anestis Bechtsoudis
bf6bc5de36 Update code from upstream
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2017-05-15 16:39:00 +03:00
Anestis Bechtsoudis
f4be990773 Remove left AOSP mk
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2015-12-19 19:12:26 +02:00
Anestis Bechtsoudis
d2914c89e7 Initial commit
Signed-off-by: Anestis Bechtsoudis <anestis@census-labs.com>
2015-12-19 19:11:27 +02:00