Security/Sandbox/2015-10-29

From MozillaWiki
Jump to: navigation, search

« previous week | index | next week »

Windows

  • Content Sandboxing
    • bug 1156742 - print to xps with low integrity sandbox - found a memory leak when playing the RecordedEvents, but when I fixed it it caused a crash with fonts. The problem was that we use a pointer to the data as part of the key when creating the custom font and so when that data was deleted the key became invalid (even though we'd already copied the data). As I was fixing this I realised that it was a similar issue that was causing the problem with recording WebFonts, so now I have that working as well. Should have patches up for review tomorrow or Monday.
  • NPAPI Sandboxing
    • Verified a hang of Adobe Reader versus Firefox 41 and 42.


Cross Platform