mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
435892a784b51ebe9bb8a0844ae4f83607726c8e
UBSan flags the error "load of value 255 is not a valid value for type '_Bool'". This is caused due to unitialized boolean value as given in the UBSan specification i.e. the following check -fsanitize=bool: Load of a bool value which is neither true nor false. Bug 200452078 Change-Id: I262320fd72960b41951f6b9c99f64400457d9790 Signed-off-by: Debarshi Dutta <ddutta@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1923241 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: Ashish Mhetre <amhetre@nvidia.com> Reviewed-by: Sachin Nikam <snikam@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Description
No description provided