Skip to content
  1. Nov 15, 2007
    • Ted Kremenek's avatar
      Fixed serious bug in BatchReadOwnedPtrs where in a chain of calls to · c5f3e537
      Ted Kremenek authored
      deserialize objects if BatchReadOwnedPtrs was called more than once in the
      same call chain then the second call would overwrite the SerializedPtrIDs
      being used by the first call. Solved this problem by making the vector that
      holds the pointer IDs local to a function call. Now BatchReadOwnedPtrs is
      reentrant.
      
      llvm-svn: 44152
      c5f3e537
  2. Nov 14, 2007
  3. Nov 13, 2007
Loading