Skip to content
Commit 3fa20d59 authored by Szabolcs Nagy's avatar Szabolcs Nagy
Browse files

Fix invalid pointer dereference in wcpcpy_chk



The src pointer is const and points to a different object, so accessing
dest via src is invalid.

Reviewed-by: default avatarFlorian Weimer <fweimer@redhat.com>
parent e5ece9de
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment