mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 02:01:36 +03:00
dd30ab0bfd1f62a5ee5e4249f8052400d5a3e19b
using this patch fixing below cert & misra errors:- - cert_int08_c_violation: Unsigned integer operation "vma->vm_end - vma->vm_start" may wrap. - cert_int08_c_violation: Unsigned integer operation "vma->vm_end - vma->vm_start" may wrap. - cert_str07_c_violation: Using unsafe interface "strncpy" instead of "strncpy_s" for string manipulation. - cert_str07_c_violation: Using unsafe interface "strncat" instead of "strncat_s" for string manipulation. - cert_exp39_c_violation: Accessing an object through a pointer "(uint64_t *)buf" whose type "uint64_t *" is incompatible with the type of the object - cert_exp39_c_violation: Calling function "hyp_trace_get_mask(uint64_t *)" which accesses an object through a pointer "(uint64_t *)buf" whose type "uint64_t *" is incompatible with the type of the object. [details] - cert_exp39_c_violation: Accessing an object through a pointer "(uint64_t *)buf" whose type "uint64_t *" is incompatible with the type of the object. JIRA ESLC-8400 Change-Id: Ia8e03dac4e939078719543d8e6d3bbc464301b16 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3304759 Reviewed-by: svcacv <svcacv@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Sumeet Gupta <sumeetg@nvidia.com> Reviewed-by: Suresh Venkatachalam <skathirampat@nvidia.com>
Description
No description provided