commit | fe2065629a9c256f836770ca54449ae77b22d188 | [log] [tgz] |
---|---|---|
author | Jeff Cody <jcody@redhat.com> | Thu Jan 22 08:03:26 2015 -0500 |
committer | Kevin Wolf <kwolf@redhat.com> | Fri Jan 23 18:17:05 2015 +0100 |
tree | 4a7e7c3dc339a6d9544779160aa2d60108abcb15 | |
parent | 395a22fae064df64d987d703cf70ae0f57306be8 [diff] |
block: vmdk - move string allocations from stack to the heap Functions 'vmdk_parse_extents' and 'vmdk_create' allocate several PATH_MAX sized arrays on the stack. Make these dynamically allocated. Signed-off-by: Jeff Cody <jcody@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>