[LTP] high_freq_hwp_cap_cppc.c: new test
linuxtestproject.agent@gmail.com
linuxtestproject.agent@gmail.com
Thu May 7 11:38:40 CEST 2026
Hi Piotr,
On 2026-05-07, Piotr Kubaj wrote:
> high_freq_hwp_cap_cppc.c: new test
> + mismatch = SAFE_MALLOC(nproc, sizeof(int));
SAFE_MALLOC takes a single size argument. This will not compile.
Use SAFE_CALLOC(nproc, sizeof(int)) instead.
---
Note:
Our agent completed the review of the patch. The full review can be
found at: https://github.com/linux-test-project/ltp-agent/actions/runs/25487767963
The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.
Regards,
LTP AI Reviewer
More information about the ltp
mailing list