You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2023/08/03 10:11:04 UTC

[nuttx] branch master updated (b14cb6ccb4 -> ebfdda377b)

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from b14cb6ccb4 driver/fb: fix that vtable.priv is not freed when fb register failed.
     add 391bf7b37c sched/mqueue/mq_receive: fix the wrong return value when message queue is not opened for reading.
     add 59fd10000e sched/mqueue/mq_send: fix the wrong return value in mq_send function. And add the condition if message priority equal to MQ_PRIO_MAX.
     add bef756c004 fs/mqueue: Fix the wrong field type in mq_attr as the spec and add the logical judgment to deal with the condition when mq_maxmsg or mq_msgsize is less than zero or equal to zero.
     add a543950951 fs/mqueue/mq_open.c: Add the judgment for mq_attr is NULL.
     add ebfdda377b sched/mqueue/mq_sndinternal.c: Update the return value in description "Message queue opened not opened for writing".

No new revisions were added by this update.

Summary of changes:
 fs/mqueue/mq_open.c           | 8 ++++++++
 include/mqueue.h              | 8 ++++----
 sched/mqueue/mq_rcvinternal.c | 4 ++--
 sched/mqueue/mq_receive.c     | 2 +-
 sched/mqueue/mq_send.c        | 2 +-
 sched/mqueue/mq_sndinternal.c | 6 +++---
 sched/mqueue/mq_timedsend.c   | 6 +++---
 7 files changed, 22 insertions(+), 14 deletions(-)