1
0
mirror of https://github.com/xzeldon/htop.git synced 2025-03-01 06:13:24 +03:00
Christian Hesse e8970b6f32 fix calloc() calls
* size_t nmemb (number of elements) first, then size_t size
* do not assume char is size 1 but use sizeof()
* allocate for char, not pointer to char (found by Michael McConville,
  fixes )
2015-09-07 07:52:39 +02:00
..
2015-03-16 03:16:18 -03:00
2015-03-16 03:16:18 -03:00
2015-09-07 07:52:39 +02:00
2015-08-19 13:46:41 -03:00
2015-08-19 13:46:41 -03:00
2015-08-19 13:46:41 -03:00