NetBSD/crypto
kamil 911756fc6b Do not reference buffer after the code scope {}
rk_getpwuid_r() returns a pointer pwd->pw_dir to a buffer pwbuf[].

It's not safe to store another a copy of pwd->pw_dir in outter scope and
use it out of the scope where there exists pwbuf[].

This fixes a problem reported by ASan under MKSANITIZER.
2018-06-16 18:51:36 +00:00
..
dist/ipsec-tools drop __P, suggested by sevan 2018-05-28 20:45:38 +00:00
external Do not reference buffer after the code scope {} 2018-06-16 18:51:36 +00:00
Makefile.openssl switch everyone to openssl.old 2018-02-04 03:19:51 +00:00
TODO