Module Name: src Committed By: christos Date: Thu Oct 3 17:08:27 UTC 2019
Modified Files: src/lib/libskey: put.c Log Message: use strlcpy here; the destination string is passed to strtok_r, and if it is not NUL terminated, bad things can happen. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libskey/put.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.