]> xenbits.xensource.com Git - pvdrivers/win/xenvbd.git/commit
Increase FrontendPath length for long DeviceIds
authorOwen Smith <owen.smith@citrix.com>
Wed, 15 Jan 2020 11:50:44 +0000 (11:50 +0000)
committerPaul Durrant <pdurrant@amazon.com>
Wed, 15 Jan 2020 12:18:48 +0000 (13:18 +0100)
commit096372123c2ad0ac7252dad83c5d4fd0ddfca368
tree360e888dd62fd02ba2bef7907ae7dc30537f1e97
parentff1d84dd02b768d8494f1acdab659c6c64806c26
Increase FrontendPath length for long DeviceIds

The DeviceIds maximum value is 1 << 28 | 0xfffff << 8 | 0xff, which is a
9 digit decimal numver. Values higher than this are invalid. Ensure the
FrontendPath buffer is large enough to contain valid DeviceId values.

Signed-off-by: Owen Smith <owen.smith@citrix.com>
src/xenvbd/frontend.c