Ushering out strlcpy()
Ushering out strlcpy()
Posted Aug 25, 2022 22:12 UTC (Thu) by kees (subscriber, #27264)Parent article: Ushering out strlcpy()
Replacing strlcpy is pretty straightforward. Here the issue tracker item for it: https://github.com/KSPP/linux/issues/89
Replacing strncpy has some special corner cases, but I really hope we can get it purged too. I wrote up the per-caller conversion flow chart in the issue for it:
https://github.com/KSPP/linux/issues/90
