summaryrefslogtreecommitdiff
path: root/src/ipcpd/ipcp.c
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2026-02-21 12:13:58 +0100
committerSander Vrijders <sander@ouroboros.rocks>2026-02-22 16:04:24 +0100
commit32ec0a2f34a530271a1e5ccf9c64436bd18cd420 (patch)
treed568a03caef4b23b66f3844fe89f913467f89a0f /src/ipcpd/ipcp.c
parentc9662b47be711c00f013ac4606dc86c9a2ad8201 (diff)
downloadouroboros-32ec0a2f34a530271a1e5ccf9c64436bd18cd420.tar.gz
ouroboros-32ec0a2f34a530271a1e5ccf9c64436bd18cd420.zip
lib: Fix invalid malloc pointer type
The static analyzer complained about the struct in6_addr malloc being converted to uint8_t *. Fixed by casting IN6_LEN to a size_t numeric value instead of the direct sizeof. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/ipcpd/ipcp.c')
0 files changed, 0 insertions, 0 deletions