CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/06/16 10:14:22
Modified files:
usr.bin/awk : lib.c tran.c
Log message:
Fix strlcpy() size parameter in refldbld(), it was a byte too small.
While here, add proper bounds checking for the partial match case
in refldbld() too and check strlcpy() return values throughout.
