Skip to content

Commit 5c68772

Browse files
wip
1 parent d025051 commit 5c68772

File tree

1 file changed

+1
-0
lines changed
  • ext/bcmath/libbcmath/src

1 file changed

+1
-0
lines changed

ext/bcmath/libbcmath/src/sqrt.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ static inline void bc_standard_sqrt(bc_num *num, size_t rscale, size_t num_calc_
177177
/* Initialize the uninitialized vector with zeros. */
178178
for (size_t i = 0; i < guess_arr_size - 3; i++) {
179179
guess_vector[i] = 0;
180+
guess1_vector[i] = 0;
180181
}
181182
guess_vector[guess_arr_size - 1] = 0;
182183

0 commit comments

Comments
 (0)