NickName

Results 17 comments of NickName

Similar for this one: https://github.com/allyourcodebase/ffmpeg/blob/main/libswscale/swscale.c#L190 also suffer from integer overflow and the library already patched this one https://github.com/FFmpeg/FFmpeg/commit/5f5421ec66f55e186763cf3441c609d6360cfd8e

https://github.com/allyourcodebase/ffmpeg/blob/main/libavcodec/jpegxl_parser.c#L1469 suffers from integer overflow for some malformed files and already be patched by https://github.com/FFmpeg/FFmpeg/commit/0225fe857d0d174e5c2b36642f5e02670f50b444

https://github.com/allyourcodebase/ffmpeg/blob/main/libavcodec/osq.c#L227 suffers from undefined overflows in do_decode() and be patched by [undefined overflows in do_decode()](https://github.com/FFmpeg/FFmpeg/commit/0f511b4518fa4337f603275f865eb13ac5520d0f) and dst[n] *= 256;https://github.com/FFmpeg/FFmpeg/commit/ed34b0c54ebdce7f741d9fb6a9ac11a1816df59c

https://github.com/allyourcodebase/ffmpeg/blob/main/libavcodec/osq.c#L349 suffer from overflow: https://github.com/FFmpeg/FFmpeg/commit/6420c1bf30884d5feb69d0a6f116eaceac02dacc

https://github.com/allyourcodebase/ffmpeg/blob/main/libavcodec/vvc_parser.c#L147 suffer from this https://github.com/FFmpeg/FFmpeg/commit/f499503073804e55540cad13743849a791449a98

This is a security found by fuzz: https://github.com/allyourcodebase/ffmpeg/blob/main/libavcodec/jpegxl_parser.c#L1161 patched by https://github.com/FFmpeg/FFmpeg/commit/7b20985d8d886fb32badc94f8d210bb596b19c2d

https://github.com/allyourcodebase/ffmpeg/blob/main/libavutil/timecode.c#L53 suffers from https://github.com/FFmpeg/FFmpeg/commit/6ba33b50f51b17eef0449f20b3524f174dc9c3cc

Similar, there is a race condition in function: https://github.com/timi-liuliang/echo/blob/master/thirdparty/google/tensorflow/lite/kernels/activations.cc#L1603 patched by tensorflow: https://github.com/tensorflow/tensorflow/commit/ce8e286aed092f9a3af8c9b85bf290e1558deced

There is potential null pointer in this function: https://github.com/timi-liuliang/echo/blob/master/thirdparty/google/tensorflow/lite/kernels/add.cc#L87 general_scale_int16 = !params || !params->pot_scale_int16; already be patched by tensorflow: https://github.com/tensorflow/tensorflow/commit/bbd2987b3f2d8e1255f98b943d4dfaa7e7abaf0c

There may be potential memory leak in current https://github.com/janbar/openssl-cmake/blob/master/ssl/ssl_lib.c#L4746 as mentioned by https://github.com/openssl/openssl/commit/a435d786046fabc85acdb89cbf47f154a09796e1