]> wimlib.net Git - wimlib/commitdiff
wimlib_join(): Fix buffer overrun when swm part 1 not specified
authorEric Biggers <ebiggers3@gmail.com>
Mon, 28 Apr 2014 17:52:21 +0000 (12:52 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Mon, 28 Apr 2014 17:52:21 +0000 (12:52 -0500)
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.


No differences found