Module Name: src Committed By: knakahara Date: Wed May 10 09:45:51 UTC 2017
Modified Files: src/sys/opencrypto: crypto.c Log Message: fix: crypto_drivers[hid].cc_process() could be called even if it was null. If a crypto driver is unregistered before calling cyrptointr(), the crypto_drivers[hid].cc_process is null in spite of the hid is less than crypto_drivers_num. reffered to FreeBSD code. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/opencrypto/crypto.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.