[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2019-01-22 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 Oleksandr Tymoshenko changed: What|Removed |Added CC||go...@freebsd.org

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 --- Comment #1 from Roger Pau Monné --- I've already told Wei that creating your own bounce buffer is a bad idea. Instead you should use the BUSDMA API and let it take care of the bouncing when necessary:

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 --- Comment #2 from Hongjiang --- Yes, the final fix should be using BUSDMA. Temporarily we still used the customized bounce buffer. The code review for this patch: https://reviews.freebsd.org/D5097 -- You are

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 Mark Linimon changed: What|Removed |Added Keywords||patch

[Bug 206699] [Hyper-V]FreeBSD potential NULL pointer dereference in storage bounce buffer

2016-01-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206699 Hongjiang changed: What|Removed |Added CC|