OpenBLAS/driver
Martin Kroeker 03a2bf2602
Fix potential memory leak in cpu enumeration on Linux (#2008)
* Fix potential memory leak in cpu enumeration with glibc

An early return after a failed call to sched_getaffinity would leak the previously allocated cpu_set_t. Wrong calculation of the size argument in that call increased the likelyhood of that failure. Fixes #2003
2019-02-10 23:24:45 +01:00
..
level2 Re-enable loop unrolling in trmv and remove the scary warning 2018-12-30 15:22:37 +01:00
level3 Avoid taking the root of a negative number 2018-12-22 22:30:29 +01:00
mapper Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
others Fix potential memory leak in cpu enumeration on Linux (#2008) 2019-02-10 23:24:45 +01:00