Y
Hacker News
new
|
ask
|
show
|
jobs
by
sgerenser
24 days ago
Hey, in 2026 strcpy is still part of the C standard library (much to the chagrin of anyone security conscious).
1 comments
userbinator
24 days ago
The key point (which I believe static analysers these days can easily check for) is to check the sizes of the source and destination.
link