We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d73e15 commit 330b980Copy full SHA for 330b980
tommath_private.h
@@ -83,7 +83,7 @@ do { \
83
size_t zs_ = (size); \
84
char* zm_ = (char*)(mem); \
85
while (zs_-- > 0u) { \
86
- *zm_++ = 0; \
+ *zm_++ = '\0'; \
87
} \
88
} while (0)
89
# define MP_ZERO_DIGITS(mem, digits) \
0 commit comments