mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 18:48:11 +08:00
10180ab4eb
When CONFIG_CDCACM_DISABLE_TXBUF is enabled, if the USB is unplugged during serial data transmission, it is possible that cdcacm will enter the unbind process, and reqbuf will be released, causing a crash during serial write. Signed-off-by: yangsong8 <yangsong8@xiaomi.com>