Internal extractor of tar files from buffer #298
main.yml
on: pull_request
🐧 Linux x86 test
18s
🪟 Windows native test
1m 29s
🍎 OSX native test
14s
🐧 Linux shared binary release build
0s
🐧 Musl Linux binary release build
0s
🪟 Windows native binary release build
0s
🍎 OSX native binary release build
0s
Annotations
24 warnings
[cpplint] src/cjit.c#L206:
src/cjit.c#L206
Add #include <cstdio> for fprintf [build/include_what_you_use] [4]
|
[cpplint] src/file.c#L333:
src/file.c#L333
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/file.c#L369:
src/file.c#L369
If you can, use sizeof(filename) instead of 63 as the 2nd arg to snprintf. [runtime/printf] [3]
|
[cpplint] src/file.c#L387:
src/file.c#L387
If you can, use sizeof(tpath) instead of 259 as the 2nd arg to snprintf. [runtime/printf] [3]
|
[cpplint] src/file.c#L387:
src/file.c#L387
Add #include <cstdio> for snprintf [build/include_what_you_use] [4]
|
[cpplint] src/muntar.c#L177:
src/muntar.c#L177
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/muntar.c#L192:
src/muntar.c#L192
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/muntar.c#L198:
src/muntar.c#L198
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/muntar.c#L215:
src/muntar.c#L215
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/muntar.c#L221:
src/muntar.c#L221
Almost always, snprintf is better than strcpy [runtime/printf] [4]
|
[cpplint] src/muntar.c#L344:
src/muntar.c#L344
Add #include <cstdio> for fprintf [build/include_what_you_use] [4]
|
[cpplint] src/muntar.h#L24:
src/muntar.h#L24
#ifndef header guard has wrong style, please use: SRC_MUNTAR_H_ [build/header_guard] [5]
|
[cpplint] src/muntar.h#L122:
src/muntar.h#L122
#endif line should be "#endif // SRC_MUNTAR_H_" [build/header_guard] [5]
|
[cpplint] src/tinf.h#L24:
src/tinf.h#L24
#ifndef header guard has wrong style, please use: SRC_TINF_H_ [build/header_guard] [5]
|
[cpplint] src/tinf.h#L56:
src/tinf.h#L56
#endif line should be "#endif // SRC_TINF_H_" [build/header_guard] [5]
|
[cpplint] src/tinfgzip.c#L24:
src/tinfgzip.c#L24
Include the directory when naming header files [build/include_subdir] [4]
|
[cpplint] src/tinflate.c#L36:
src/tinflate.c#L36
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
[cpplint] src/tinflate.c#L37:
src/tinflate.c#L37
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
[cpplint] src/tinflate.c#L111:
src/tinflate.c#L111
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
[cpplint] src/tinflate.c#L398:
src/tinflate.c#L398
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
[cpplint] src/tinflate.c#L411:
src/tinflate.c#L411
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
|
🚨 REUSE Compliance
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🚨 C lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🐧 Linux x86 test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|