forked from willgorman/libiscsi-go
-
Notifications
You must be signed in to change notification settings - Fork 0
All issues
Issue creation is restricted in this repository
Issues
is:issue state:open
is:issue state:open
Search results
scsiTask.getUint* panic on an empty data-in, so ReadCapacity16 can panic instead of erroring
bugSomething isn't workingSomething isn't workingStatus: Open.#17 In joyent/libiscsi-go;eventLoop has no timeout and reads state.finished without synchronization
bugSomething isn't workingSomething isn't workingStatus: Open.#16 In joyent/libiscsi-go;Read16Async: error results drop Context, and the task is freed with C.free instead of scsi_free_scsi_task
bugSomething isn't workingSomething isn't workingStatus: Open.#15 In joyent/libiscsi-go;Read16 discards SCSI residual and sense data
bugSomething isn't workingSomething isn't workingStatus: Open.#14 In joyent/libiscsi-go;iscsiSyncCB dereferences command_data, which libiscsi documents as NULL for CANCELLED/ERROR
bugSomething isn't workingSomething isn't workingStatus: Open.#13 In joyent/libiscsi-go;reader is not safe for concurrent use despite the io.ReaderAt contract
bugSomething isn't workingSomething isn't workingStatus: Open.#12 In joyent/libiscsi-go;Close() can disconnect the device while a Read/Write is starting (TOCTOU with the WaitGroup)
bugSomething isn't workingSomething isn't workingStatus: Open.#11 In joyent/libiscsi-go;Reads and writes are not chunked to the target's maximum transfer length
bugSomething isn't workingSomething isn't workingStatus: Open.#10 In joyent/libiscsi-go;reader.ReadAt panics on a negative offset instead of returning an error
bugSomething isn't workingSomething isn't workingStatus: Open.#9 In joyent/libiscsi-go;