Module Name: src Committed By: mlelstv Date: Mon Oct 26 11:39:48 UTC 2020
Modified Files: src/sys/dev/scsipi: cd.c Log Message: Avoid buffer overflow when copying from bounce buffer. Fixes PR 54810 Don't use uninitialized pointer in split bounce buffer case and free a partially allocated bounce buffer on error. To generate a diff of this commit: cvs rdiff -u -r1.348 -r1.349 src/sys/dev/scsipi/cd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.