Fixed possible overflows when allocating memory.
authorMichael Onken <onken@open-connections.de>
Tue, 20 Feb 2024 09:50:28 +0000 (10:50 +0100)
committerMathieu Malaterre <malat@debian.org>
Mon, 8 Jul 2024 11:31:04 +0000 (13:31 +0200)
commit5cdbd0765c7e66a3a1ee0fb15ba341681e68d3b6
tree5a6f4798b33cb2b28b261cb10865c41c0c278e69
parentbc6e2ff637f95a760a372f1f690905343ed75afc
Fixed possible overflows when allocating memory.

Thanks to GitHub user "bananabr" (Daniel Berredo) for the report and
suggested patch.

Gbp-Pq: Name 0006-Fixed-possible-overflows-when-allocating-memory.patch
dcmect/libsrc/enhanced_ct.cc
dcmect/tests/CMakeLists.txt
dcmect/tests/Makefile.dep
dcmect/tests/Makefile.in
dcmect/tests/t_overflow.cc [new file with mode: 0644]
dcmect/tests/tests.cc