"Alistair G. Crooks" <a...@netbsd.org> writes: > Modified Files: > src/crypto/external/bsd/netpgp/dist: TODO > src/crypto/external/bsd/netpgp/dist/include: netpgp.h > src/crypto/external/bsd/netpgp/dist/src/lib: compress.c create.c > crypto.c crypto.h keyring.c keyring.h misc.c netpgp.c netpgpdefs.h > netpgpsdk.h packet-parse.c packet-parse.h packet-print.c packet.h > reader.c readerwriter.h signature.c signature.h types.h validate.c > validate.h version.h writer.h > > Log Message: > CHANGES 1.99.7 -> 1.99.8 > > + get rid of __ops_malloc_passphrase() - strdup() works just as well
Well, there is the issue that (in theory) you want to allocate stuff like passphrases in mlock'ed memory. Perry