repo.or.cz
/
heimdal.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libtommath: Fix possible integer overflow CVE-2023-36328
[heimdal.git]
/
lib
/
hcrypto
/
libtommath
/
bn_mp_init_ll.c
blob
dc7c4a44e2a660eef551c55ed9c68347682b6d7e
1
#include
"tommath_private.h"
2
#ifdef BN_MP_INIT_LL_C
3
/* LibTomMath, multiple-precision integer library -- Tom St Denis */
4
/* SPDX-License-Identifier: Unlicense */
5
6
MP_INIT_INT
(
mp_init_ll
,
mp_set_ll
,
long long
)
7
#endif