alibaba / AliOS-Things

面向IoT领域的、高可伸缩的物联网操作系统,可去官网了解更多信息https://www.aliyun.com/product/aliosthings
Apache License 2.0
4.58k stars 1.14k forks source link

[HUST CSE]Add two if sentences about result_start. #1975

Closed zkf0 closed 1 year ago

zkf0 commented 1 year ago

源代码中未单独考虑result_start为空指针的情况。新增了两个关于result_start的if语句,判断result_start是否为空指针。如果未判断,下面调用strstr函数时可能会出现空指针参数,产生错误。

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

YiluMao commented 1 year ago

Looks good to me.