mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
d73815e3e9
when client read and poll wait buffer from server side and server side may poll notify more than one times, then rpmsgdev in client side will call "rpmsgdev_poll_setup(priv, 0, false);" twice which will cause crash in vela rpmsgdev_server.c Signed-off-by: rongyichang <rongyichang@xiaomi.com>