Closed iCollin closed 3 years ago
Core can be crashed with PTU binary data
USE_HMI_PTU_DECRYPTION OFF
PROPRIETARY_MODE ON
Core does not crash
Core crashes
https://github.com/SmartDeviceLink-Examples/rpc_builder_app_js/blob/react/feature/react/src/components/menu/AppConfig.jsx#L187
change to uint8encoder.encode('"crash"')
uint8encoder.encode('"crash"')
Closed via https://github.com/smartdevicelink/sdl_core/pull/3699
Bug Report
Core can be crashed with PTU binary data
Reproduction Steps
USE_HMI_PTU_DECRYPTION OFF
andPROPRIETARY_MODE ON
Expected Behavior
Core does not crash
Observed Behavior
Core crashes
OS & Version Information
Test Case, Sample Code, and / or Example App
https://github.com/SmartDeviceLink-Examples/rpc_builder_app_js/blob/react/feature/react/src/components/menu/AppConfig.jsx#L187
change to
uint8encoder.encode('"crash"')