Skip to content
Snippets Groups Projects
  1. Jun 20, 2016
    • Daniel Pfeifer's avatar
      cmDependsJavaParserHelper: fix dangling pointer · fe27879c
      Daniel Pfeifer authored and Brad King's avatar Brad King committed
      The cmDependsJavaParserHelper tries to implement a "deep copy" in the
      assignment operator of the internal class CurrentClass.  To do that, it
      uses std::copy and std::back_inserter.  The copy constructor is
      implemented in terms of the assignment operator but it does not
      initialize the member NestedClasses, a pointer to vector.  This pointer
      is dereferenced in the assignment operator.  Change the pointer to a
      value and rely on the compiler generated special functions.
      fe27879c
  2. Jun 16, 2016
  3. Jun 15, 2016
  4. Jun 14, 2016
  5. Jun 13, 2016
Loading