]> Zhao Yanbai Git Server - minix.git/commit
Internally, floppy driver still used vircopies ('unsafe' copies), but
authorBen Gras <ben@minix3.org>
Tue, 16 Oct 2007 14:31:35 +0000 (14:31 +0000)
committerBen Gras <ben@minix3.org>
Tue, 16 Oct 2007 14:31:35 +0000 (14:31 +0000)
commitaf591d2151372aec552e50f635cdf9609824fafd
tree592b1a454657c6bc9967b36145733a2b4c744d91
parentb6e07e1835017e7843b99a341b65a6c61d18f0f1
Internally, floppy driver still used vircopies ('unsafe' copies), but
this isn't allowed in its drivers.conf entry. Changed these to memcpy()
calls.  Bug reported by Maurizio Lombardi in comp.os.minix.
drivers/floppy/floppy.c