Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/LibreOffice/external/dtoa/   (Office von Apache Version 25.8.3.2©)  Datei vom 5.10.2025 mit Größe 272 B image not shown  

Quelle  C6011.patch.0   Sprache: unbekannt

 
--- src/dtoa.c 2024-05-01 10:10:49.702762020 +0100
+++ src/dtoa.c 2024-05-01 10:11:45.308831303 +0100
@@ -1606,6 +1606,7 @@
   else
    rv = (Bigint*)MALLOC(len*sizeof(double));
 #endif
+  assert(rv && "Don't handle OOM conditions");
   rv->k = k;
   rv->maxwds = x;
   }

[ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ]