Home
last modified time | relevance | path

Searched refs:my_version (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2018-25032.patch41 static const char my_version[] = ZLIB_VERSION;
48 if (version == Z_NULL || version[0] != my_version[0] ||
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Ddeflate.c223 static const char my_version[] = ZLIB_VERSION; local
230 if (version == Z_NULL || version[0] != my_version[0] ||