Uploaded image for project: 'Santuario'
  1. Santuario
  2. SANTUARIO-475

Null Pointer in XSECC14n20010315

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Incomplete
    • C++ 1.7.3
    • None
    • C++
    • None
    • Windows

    Description

      Hello,
      I got an Nullpointer expetion in the XSECC14n20010315 class.

      File: xsec/canon/XSECC14n20010315.cpp
      Line: 1535

      		mp_currentAttribute = mp_currentAttribute->next;
      

      to fix the exeption I've added a Null check:

      		if (NULL != mp_currentAttribute)
      		{
      			mp_currentAttribute = mp_currentAttribute->next;
      		}	
      

      Attachments

        Activity

          People

            scantor Scott Cantor
            patrick.hagelkruys@gmail.com Patrick Hagelkruys
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: