Project

General

Profile

Actions

Bug #670

closed

Bug in DcmItem::compare()

Added by Marco Eichelberg almost 10 years ago. Updated almost 10 years ago.

Status:
Closed
Priority:
Normal
Category:
Library
Target version:
Start date:
2015-11-03
Due date:
% Done:

100%

Estimated time:
Module:
dcmdata
Operating System:
Compiler:

Description

In dcmitem.cc, line 179, instead of

if (val != 0)

the following code would be correct:
if (result != 0)

As a result, the comparison between two DcmItem instances may produce an incorrect result.

Bug reported by Robert Habrich.

Actions #1

Updated by Marco Eichelberg almost 10 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Fixed by commit 8bea423ddae8ab31275dbdeb98f6dd9d17cbd2cb.

Actions

Also available in: Atom PDF