You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Multiple strdup() calls across lib_ccx are missing NULL checks.
If allocation fails, this causes NULL pointer dereferences
or undefined behavior.
Files affected:
ccx_encoders_helpers.c line 100 — strdup() result passed
directly to strtok() without NULL check
ccx_encoders_helpers.c line 129 — same pattern
output.c line 76 — strdup() result stored without NULL check
ccx_common_common.c line 61 — strdup() result stored without NULL check