RTEMS | GRCANFD: Fix Coverity issues (!390)
Gedare Bloom (@gedare)
gitlab at rtems.org
Thu Feb 6 15:56:27 UTC 2025
Gedare Bloom commented on a discussion on bsps/shared/grlib/can/grcanfd.c: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/390#note_119217
> return GRCAN_RET_INVARG;
> break;
> }
> - dest->head[1] = (dlc << 28) |
> + dest->head[1] = ((dlc & 0xf) << 28) |
ok
--
View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/390#note_119217
You're receiving this email because of your account on gitlab.rtems.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20250206/ef1c146a/attachment.htm>
More information about the bugs
mailing list