Skip to content

Release v2.65.0#2410

Open
CarterLi wants to merge 81 commits into
masterfrom
dev
Open

Release v2.65.0#2410
CarterLi wants to merge 81 commits into
masterfrom
dev

Doc: updates changelog

835001e
Select commit
Loading
Failed to load commit list.
Codacy Production / Codacy Static Code Analysis required action Jun 23, 2026 in 0s

41 new issues (0 max.) of at least severity.

Annotations

Check warning on line 5 in src/common/impl/debug_windows.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/common/impl/debug_windows.c#L5

Include file: <cfgmgr32.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 21 in src/common/impl/init.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/common/impl/init.c#L21

Include file: <linux/version.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 220 in src/detection/codec/codec_linux.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/codec/codec_linux.c#L220

Include file: <va/va_drm.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 259 in src/detection/codec/codec_linux.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/codec/codec_linux.c#L259

Include file: <va/va_x11.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 317 in src/detection/codec/codec_linux.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/codec/codec_linux.c#L317

Include file: <vdpau/vdpau_x11.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check failure on line 1289 in src/detection/cpu/cpu_x86.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/cpu/cpu_x86.c#L1289

Does not check for buffer overflows when copying to destination (CWE-120).  Make sure destination can always hold the source data. 

Check failure on line 1289 in src/detection/cpu/cpu_x86.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/cpu/cpu_x86.c#L1289

The `memcpy` family of functions require the developer to validate that the destination buffer is the same size or larger than the source buffer.

Check failure on line 1290 in src/detection/cpu/cpu_x86.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/cpu/cpu_x86.c#L1290

Does not check for buffer overflows when copying to destination (CWE-120).  Make sure destination can always hold the source data. 

Check failure on line 1290 in src/detection/cpu/cpu_x86.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/cpu/cpu_x86.c#L1290

The `memcpy` family of functions require the developer to validate that the destination buffer is the same size or larger than the source buffer.

Check failure on line 1291 in src/detection/cpu/cpu_x86.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/cpu/cpu_x86.c#L1291

Does not check for buffer overflows when copying to destination (CWE-120).  Make sure destination can always hold the source data. 

Check failure on line 1291 in src/detection/cpu/cpu_x86.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/cpu/cpu_x86.c#L1291

The `memcpy` family of functions require the developer to validate that the destination buffer is the same size or larger than the source buffer.

Check warning on line 12 in src/detection/displayserver/displayserver_apple.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/displayserver_apple.c#L12

Include file: <IOKit/IOKitLib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 112 in src/detection/displayserver/linux/drm.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/drm.c#L112

failed to evaluate #if condition, division/modulo by zero

Check failure on line 238 in src/detection/displayserver/linux/drm.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/drm.c#L238

Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126).  

Check failure on line 155 in src/detection/displayserver/linux/wayland/global-output.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/global-output.c#L155

Does not handle strings that are not \0-terminated; if given one it may perform an over-read (it could cause a crash if unprotected) (CWE-126).  

Check warning on line 32 in src/detection/displayserver/linux/wayland/wl-output-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wl-output-protocol.c#L32

Include file: <stdbool.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 33 in src/detection/displayserver/linux/wayland/wl-output-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wl-output-protocol.c#L33

Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 34 in src/detection/displayserver/linux/wayland/wl-output-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wl-output-protocol.c#L34

Include file: <stdint.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 35 in src/detection/displayserver/linux/wayland/wl-output-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wl-output-protocol.c#L35

Include file: <wayland-util.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 6 in src/detection/displayserver/linux/wayland/wp-color-management-v1-client-protocol.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wp-color-management-v1-client-protocol.h#L6

Include file: <stdint.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 7 in src/detection/displayserver/linux/wayland/wp-color-management-v1-client-protocol.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wp-color-management-v1-client-protocol.h#L7

Include file: <stddef.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 8 in src/detection/displayserver/linux/wayland/wp-color-management-v1-client-protocol.h

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wp-color-management-v1-client-protocol.h#L8

Include file: <wayland-client.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 33 in src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c#L33

Include file: <stdbool.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 34 in src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c#L34

Include file: <stdlib.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.

Check warning on line 35 in src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c

See this annotation in the file changed.

@codacy-production codacy-production / Codacy Static Code Analysis

src/detection/displayserver/linux/wayland/wp-color-management-v1-protocol.c#L35

Include file: <stdint.h> not found. Please note: Cppcheck does not need standard library headers to get proper results.