Samsung / TizenRT

TizenRT is a lightweight RTOS-based platform to support low-end IoT devices
Apache License 2.0
566 stars 571 forks source link

os/pm: fix WID:35656010 defect caused by no null check and wrong casting #6208

Closed ritesh55555 closed 4 months ago

ritesh55555 commented 4 months ago

this commit fixes defect in pm module. One fix is to add a null check. Another fix is to use appropriate data type in pm timer module.

sunghan-chang commented 4 months ago

@ewoodev Please review this.