Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix for STS testPocCVE_2021_0318 #132

Merged
merged 1 commit into from
Feb 5, 2024

Commits on Jan 31, 2024

  1. Fix for STS testPocCVE_2021_0318

    While running STS test case CVE_2021_0318, Sensors services was
    crashing because of improper TAG reference in SensorEvent. As a
    result, unacceptable event values is received in sensor framework
    layer.
    
    proper TAG values is now updated in Sensor AIDL HAL layer according
    to its types - vec3,vec4,uncal,data and scalar to handle all 9 types
    of sensors.
    
    testcase :- "run sts-dynamic-full -m CtsSecurityBulletinHostTestCases
    	    -t android.security.cts.Poc21_01#testPocCVE_2021_0318"
    
    Tracked-On: OAM-114640
    Signed-off-by: Ranjan, Rajani <rajani.ranjan@intel.com>
    RajaniRanjan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    4c94616 View commit details
    Browse the repository at this point in the history