Searched refs:compression_method (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/unzip/ |
| H A D | 18-cve-2014-9913-unzip-buffer-overflow.patch | 15 G.crec.compression_method == ENHDEFLATED) { 18 - sprintf(&methbuf[4], "%03u", G.crec.compression_method); 26 + if (G.crec.compression_method <= 999) { 27 + sprintf( &methbuf[ 4], "%03u", G.crec.compression_method); 29 + sprintf( &methbuf[ 3], "%04X", G.crec.compression_method);
|
| H A D | 19-cve-2016-9844-zipinfo-buffer-overflow.patch | 17 - sprintf(&methbuf[1], "%03u", G.crec.compression_method); 25 + if (G.crec.compression_method <= 999) { 26 + sprintf( &methbuf[ 1], "%03u", G.crec.compression_method); 28 + sprintf( &methbuf[ 0], "%04X", G.crec.compression_method);
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | archiver.bbclass | 417 compression_method = d.getVarFlag('ARCHIVER_MODE', 'compression') 420 filename = '%s-%s.tar.%s' % (d.getVar('PF'), suffix, compression_method) 422 filename = '%s.tar.%s' % (d.getVar('PF'), compression_method) 426 tar = tarfile.open(tarname, 'w:%s' % compression_method)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gvt/ |
| H A D | opregion.c | 80 u8 compression_method:1; /* 198 */ member
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/ |
| H A D | png.h | 2014 int *compression_method, int *filter_method)); 2018 int color_type, int interlace_method, int compression_method,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/ |
| H A D | png.h | 2014 int *compression_method, int *filter_method)); 2018 int color_type, int interlace_method, int compression_method,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/ |
| H A D | png.h | 2014 int *compression_method, int *filter_method)); 2018 int color_type, int interlace_method, int compression_method,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | png.h | 2014 int *compression_method, int *filter_method)); 2018 int color_type, int interlace_method, int compression_method,
|