freebsd-skq/sys/dev/virtio
pfg 86c1e7ab7b dev: make some use of mallocarray(9).
Focus on code where we are doing multiplications within malloc(9). None of
these is likely to overflow, however the change is still useful as some
static checkers can benefit from the allocation attributes we use for
mallocarray.

This initial sweep only covers malloc(9) calls with M_NOWAIT. No good
reason but I started doing the changes before r327796 and at that time it
was convenient to make sure the sorrounding code could handle NULL values.
2018-01-13 22:30:30 +00:00
..
balloon sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
block sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
console dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00
mmio dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00
network dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00
pci dev: make some use of mallocarray(9). 2018-01-13 22:30:30 +00:00
random sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
scsi sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
virtio_bus_if.m
virtio_config.h
virtio_ids.h
virtio_if.m
virtio_ring.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
virtio.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
virtio.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-20 19:36:21 +00:00
virtqueue.c sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00
virtqueue.h sys/dev: further adoption of SPDX licensing ID tags. 2017-11-27 14:52:40 +00:00