LookingGlass/common
Quantum 4d907cecab [common] use correct argument order for calloc
The signature for calloc is void *calloc(size_t num, size_t size), where num
is the number of elements to allocate, and size is the size. Therefore, to
allocate a single struct, we should pass 1 for num and the size of the struct
as size.

In some places, we use the opposite order, and we should flip it.
2021-08-16 16:25:59 +10:00
..
cmake [common] cmake: correctly link static libbfd.a 2021-03-03 16:37:34 +11:00
include/common [common] debug: add DEBUG_UNREACHABLE() macro 2021-08-14 12:19:07 +10:00
src [common] use correct argument order for calloc 2021-08-16 16:25:59 +10:00
CMakeLists.txt [common] rects: refactor rect buffer copy code to common module 2021-08-08 08:30:11 +10:00