rt-thread-official/components/drivers
Hy 7c629d974d
[HUST CSE]NULL POINTER (#7220)
* avoids the risk of a null pointer

* 将||改成&&来判断断言
There is a possibility of a null pointer

* there is a possibility of a null pointer

* Update components/drivers/fdt/src/dtb_get.c

Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>

* 已根据代码规范进行修改,谢谢提醒

---------

Co-authored-by: Man, Jianting (Meco) <920369182@qq.com>
2023-04-17 08:12:27 +08:00
..
audio rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
can rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
cputime 🐞 fix(components/drivers/cputime/cputimer.c): fix cputimer with signal (#7247) 2023-04-14 17:02:42 +08:00
fdt [HUST CSE]NULL POINTER (#7220) 2023-04-17 08:12:27 +08:00
hwcrypto Fix compiler warnings (#6023) 2022-06-08 01:21:50 +08:00
hwtimer rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
i2c [i2c] fix the i2c device return error code (#7035) 2023-03-10 23:44:03 -05:00
include 🐞 fix(components/drivers): fix cpu timer in multithreading (#7222) 2023-04-13 16:00:19 +08:00
ipc [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
misc [adc] modify adc channel data type from rt_uint32_t to rt_int8_t 2023-04-08 22:40:37 -04:00
mtd [device]修改mtd_nor读写函数返回类型为rt_ssize_t 2023-03-20 18:58:10 -04:00
phy rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
pm rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
rtc [errno code][-RT_ERROR] fix that use RT_ERROR without - 2023-03-20 00:06:16 -04:00
sdio Update sd.c 2023-04-11 23:01:03 -04:00
sensor rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
serial [components] Wrong order of judgment 2023-04-14 22:51:06 -04:00
spi [errno code][-RT_ETIMEOUT] fix that use RT_ETIMEOUT without - 2023-03-22 01:54:52 -04:00
touch [components/drivers][touch]删除多余的touch.h (#7090) 2023-03-24 11:47:28 -04:00
tty [DFS] prepare for dfs_v2.0 (#7200) 2023-04-08 22:25:51 +08:00
usb [errno code]fix that use RT_ENOMEM without - 2023-03-23 01:55:21 -04:00
virtio rt_device_write/read return data type as rt_ssize_t 2023-02-07 21:43:57 -05:00
watchdog [device]Detailed classification of devices types (#5769) 2022-04-06 21:12:39 +08:00
wlan [errno code][-RT_EINVAL] fix that use RT_EINVAL without - 2023-03-16 20:21:43 -04:00
Kconfig fix cputime and ctime. 2023-01-10 10:03:35 +08:00
SConscript Re-normalizing the repo 2013-01-08 22:40:58 +08:00