summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [malloc] Track maximum heap usageMichael Brown2017-03-222-3/+23
* [mucurses] Ensure SLK labels are always terminatedMichael Brown2017-03-221-1/+1
* [sis190] Avoid NULL pointer dereferenceMichael Brown2017-03-221-1/+1
* [w89c840] Avoid potential array overrunMichael Brown2017-03-221-1/+1
* [tlan] Guard against failure to identify chipMichael Brown2017-03-221-0/+2
* [hermon] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [arbel] Assert that mapping length is non-zeroMichael Brown2017-03-221-0/+1
* [video_subr] Use memmove() for overlapping memory copyMichael Brown2017-03-221-1/+1
* [tcp] Use correct length for memset()Michael Brown2017-03-221-1/+1
* [xen] Use standard calling pattern for asprintf()Michael Brown2017-03-221-2/+1Star
* [usb] Use correct length for memcpy()Michael Brown2017-03-221-2/+2
* [pixbuf] Avoid potential division by zeroMichael Brown2017-03-221-1/+3
* [ath] Add missing break statementsMichael Brown2017-03-221-0/+3
* [block] Quell spurious Coverity size mismatch warningMichael Brown2017-03-221-6/+10
* [infiniband] Return status code from ib_create_mi()Michael Brown2017-03-223-16/+19
* [infiniband] Return status code from ib_create_cq() and ib_create_qp()Michael Brown2017-03-228-90/+88Star
* [build] Avoid confusing sparse in single-argument DBG() macrosMichael Brown2017-03-221-2/+2
* [xhci] Avoid accessing beyond end of endpoint context arrayMichael Brown2017-03-211-1/+1
* [mucurses] Attempt to fix use of uninitialised buffer with strcat()Michael Brown2017-03-211-0/+1
* [http] Add missing check for memory allocation failureMichael Brown2017-03-211-0/+5
* [eoib] Avoid passing a NULL I/O buffer to netdev_tx_complete_err()Michael Brown2017-03-211-1/+2
* [slam] Avoid NULL pointer dereference in slam_pull_value()Michael Brown2017-03-211-5/+9
* [slam] Fix resource leak on error pathMichael Brown2017-03-211-4/+10
* [hyperv] Fix resource leaks on error pathMichael Brown2017-03-211-5/+11
* [mucurses] Attempt to fix resource leaksMichael Brown2017-03-211-6/+4Star
* [mucurses] Attempt to fix keypress processing logicMichael Brown2017-03-211-4/+3Star
* [mucurses] Attempt to fix test for empty stringMichael Brown2017-03-211-1/+1
* [usb] Use correct length for memcpy()Michael Brown2017-03-211-1/+2
* [librm] Fail gracefully if asked to ioremap() a zero lengthMichael Brown2017-03-211-1/+2
* [crypto] Free correct pointer on the error pathMichael Brown2017-03-211-3/+4
* [802.11] Remove redundant NULL pointer check after dereferenceMichael Brown2017-03-211-3/+0Star
* [sis900] Remove extraneous memset() with incorrect lengthMichael Brown2017-03-211-2/+1Star
* [qib7322] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [linda] Use correct length for memset()Michael Brown2017-03-211-1/+1
* [nfs] Fix double free bug on error pathMichael Brown2017-03-211-6/+1Star
* [xfer] Ensure va_end() is called on failure pathMichael Brown2017-03-211-1/+1
* [arbel] Avoid potential integer overflow when calculating memory mappingsMichael Brown2017-03-211-1/+1
* [hermon] Avoid potential integer overflow when calculating memory mappingsMichael Brown2017-03-211-1/+1
* [dhcp] Allow vendor class to be changed in DHCP requestsMichael Brown2017-03-203-11/+34
* [undi] Move PXE API caller back into UNDI driverMichael Brown2017-03-195-367/+300Star
* [efi] Skip cable detection at initialisation where possibleMichael Brown2017-03-191-23/+19Star
* [efi] Provide ACPI table description for SAN devicesMichael Brown2017-03-131-0/+69
* [efi] Add EFI_ACPI_TABLE_PROTOCOL header and GUID definitionMichael Brown2017-03-104-0/+137
* [efi] Update to current EDK2 headersMichael Brown2017-03-1014-44/+1233
* [build] Provide common ARRAY_SIZE() definitionMichael Brown2017-03-109-19/+9Star
* [iscsi] Don't close when receiving NOP-InVishvananda Ishaya Abrams2017-03-091-9/+8Star
* [intel] Reset all virtual function settingsVishvananda Ishaya2017-03-094-13/+91
* [scsi] Avoid duplicate calls to scsicmd_close()Michael Brown2017-03-091-8/+7Star
* [block] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-2/+1Star
* [scsi] Use intfs_shutdown() when shutting down multiple interfacesMichael Brown2017-03-091-5/+3Star