andrzej-kaczmarek commented on issue #8: queue.h: fix SLIST_REMOVE macro
URL: https://github.com/apache/mynewt-nffs/pull/8#issuecomment-412260987
 
 
   this is not a bug, it's by design (see https://man.openbsd.org/queue.3)
   > Using any macro (except the various forms of insertion) on an element 
removed from a list or queue is incorrect.
   
   if you found case where we try to remove element from queue which is not 
there, it's a problem in NFFS code and should be fixed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to