commit | 77efcf8bdd14cd19dc445cf6e44bba7af414939c | [log] [download] |
---|---|---|
author | nicm <nicm> | Wed Oct 08 17:14:04 2014 +0000 |
committer | nicm <nicm> | Wed Oct 08 17:14:04 2014 +0000 |
tree | 7072113ef40d5ef7ac2206e7014b7c510d02fe18 | |
parent | 6610e89689de1ba8afe492ad20b541271d39732d [diff] |
Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow check.