From: Eric Biggers Date: Mon, 28 Apr 2014 17:52:21 +0000 (-0500) Subject: wimlib_join(): Fix buffer overrun when swm part 1 not specified X-Git-Tag: v1.7.0~249 X-Git-Url: https://wimlib.net/git/?p=wimlib;a=commitdiff_plain;h=f303b46312f8d8be4210fba66082d5a7572dbd70;hp=f303b46312f8d8be4210fba66082d5a7572dbd70 wimlib_join(): Fix buffer overrun when swm part 1 not specified Before checking for swm completeness, there can potentially be (num_additional_swms + 1) parts that are *not* part 1, so make the additional_swms array large enough. ---