-
Notifications
You must be signed in to change notification settings - Fork 63
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
Conversation
d708e22
to
9d5681e
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has completed Engineering Build for this issue, build is SUCCESS.To merge the changes please click on APPROVE FOR MERGE button in Android CI WEB |
9d5681e
to
40aef93
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is SUCCESS.To merge the changes please click on APPROVE FOR MERGE button in Android CI WEB |
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>
40aef93
to
4c94616
Compare
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'preintegration' builder
More details, logs, and binaries: /absp/builders/celadon-preintegration/builds/5313
Done by "Ranjan, Rajani" rajani.ranjan@intel.com
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR integrated into 'premerge' builder
More details, logs, and binaries: /absp/builders/celadon-premerge/builds/3100
Done by "Ranjan, Rajani" rajani.ranjan@intel.com
Android CI has started Engineering Build for this issue ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed Engineering Build for this issue, build is SUCCESS.To merge the changes please click on APPROVE FOR MERGE button in Android CI WEB |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed MERGE Build for this pr, build is FAILURE. Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has started MERGE Build for this pr ,Please check the linked Tracked-On issue/Android CI Web for more details. |
Android CI has completed MERGE Build for this pr, build is SUCCESS. Please check the linked Tracked-On issue/Android CI Web for more details. For Binaries: {short_artifactory_path} |
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