Leo Bicknell
Leo Bicknell
On the develop branch, In opendmarc.c twice the "header" variable experiences format truncation: Instance 1 ``` opendmarc.c:3625:3: note: ‘snprintf’ output 32 or more bytes (assuming 2080) into a destination of...
An invocation of strncpy uses the size of the source string as the bounds limit for the destination string. This can lead to a buffer overflow. Pull request https://github.com/trusteddomainproject/OpenDMARC/pull/139 converts...
Changes necessary to make the DIYables 3.5 TFT LCD Color Touch Screen Shield work when connected to a NUCLEO-F103RB system. It has an 8-bit parallel interface using the GPIO driver....