cjdns: Fix dangling pointer bug (#964)
authorCaleb James DeLisle <cjd@cjdns.fr>
Tue, 18 Apr 2023 13:14:08 +0000 (15:14 +0200)
committerGitHub <noreply@github.com>
Tue, 18 Apr 2023 13:14:08 +0000 (15:14 +0200)
commita26e3441d8ad7de74c58a181901137b986e2fb21
treeade2c38cddc7fab638fa3c661ceafa0536c44501
parente2eb84791c7476d3c2a9a505b9baf41838520d0d
cjdns: Fix dangling pointer bug (#964)

Maintainer: @wfleurant
Compile tested: builds for x86_64
Run tested: Build only testing

Description: same build error seen on my machine as seen in #958
Whereas #961 removes the compiler warning, this fixes the underlying problem in the code.

Signed-off-by: Caleb James DeLisle <cjd@cjdns.fr>
cjdns/patches/030-fix-invalid-pointer.patch [new file with mode: 0644]