Actions
Bug #696
closedSegmentation fault in dcmimgle when using LUTs >= 32bit
Start date:
2016-10-12
Due date:
% Done:
100%
Estimated time:
Module:
dcmimgle
Operating System:
32-bit
Compiler:
Description
Lines like const unsigned long ocnt = OFstatic_cast(unsigned long, inter->getAbsMaxRange());
in DiMonoOutputPixelTemplate (dcmtk/dcmimgle/dimoopxt.h) limit the number of LUT entries to what is representable by an unsigned long (Uint32 in most cases). These lines should be identified and changed to size_t instead.
Files
Actions