Author Topic: RC3: Probable access after free in Ctrl-. handling  (Read 3111 times)

os2bird

  • Senior Community Member
  • Posts: 114
  • Hero Points: 13
RC3: Probable access after free in Ctrl-. handling
« on: November 05, 2014, 03:57:42 PM »
Hi!

I was running SlickEdit with the paged heap (electric fence / debug heap) option set in gflags (ships with windbg).  While jumping to a symbol using the Ctrl-. combination followed by a selection dialog, I ended up in windbg after selecting where to do (after hitting enter).  It looks like an access after free somewhere in vsapi.dll.

I've attached a zipped down minidump in hope that you might fix this bug (full dump is available upon request).

-- bird

Dennis

  • Senior Community Member
  • Posts: 3961
  • Hero Points: 517
Re: RC3: Probable access after free in Ctrl-. handling
« Reply #1 on: November 05, 2014, 11:20:31 PM »
Thanks, it looks like there was a reference to a window object after it had been closed.