Ignore:
Timestamp:
09/30/16 15:28:05 (8 years ago)
Author:
rlacroix
Message:

Fix a possible crash caused by an infinite recursion.

The way virtual groups were handled could cause id clashes which lead to have groups containing themselves.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/file.hpp

    r878 r957  
    9292         // Set some root definitions in a file 
    9393         void setVirtualFieldGroup(CFieldGroup* newVFieldGroup); 
    94          void setVirtualFieldGroup(void); 
    9594         void setVirtualVariableGroup(CVariableGroup* newVVariableGroup); 
    96          void setVirtualVariableGroup(void); 
    9795 
    9896         void createHeader(void); 
Note: See TracChangeset for help on using the changeset viewer.