repo.or.cz
/
LibreOffice.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tdf#162326 remove character formats and styles on style apply
[LibreOffice.git]
/
external
/
dtoa
/
C6011.patch.0
blob
a5e55e34f1790f4a7aae91638c16248cb267053c
1
--- src/dtoa.c 2024-05-01 10:10:49.702762020 +0100
2
+++ src/dtoa.c 2024-05-01 10:11:45.308831303 +0100
3
@@ -1606,6 +1606,7 @@
4
else
5
rv = (Bigint*)MALLOC(len*sizeof(double));
6
#endif
7
+ assert(rv && "Don't handle OOM conditions");
8
rv->k = k;
9
rv->maxwds = x;
10
}