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

Fix invalid pointer dereference in wcscpy_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 09c6c607
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