Skip to content
This repository was archived by the owner on Jul 8, 2022. It is now read-only.
This repository was archived by the owner on Jul 8, 2022. It is now read-only.

Swapped origin and desc in some versions of Tango::Except::throw_exception. #301

@tango-controls-bot

Description

@tango-controls-bot

In except.h, origin and desc are sometimes swapped when being copied to the DevErrorList entry. For example, lines 490-491 are
errors[0].origin = CORBA::string_dup(desc);
errors[0].desc = CORBA::string_dup(origin.c_str());
The same occurs also on lines 697, 844, 1262, 1406, 1481 and 1636.

Regards,
Josef

Reported by: jcibulka

Original Ticket: tango-cs/bugs/822

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions