Tue, 06 Jan 2015 21:39:09 +0100
Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.
michael@0 | 1 | # Full list is tracked through meta bug 793882 |
michael@0 | 2 | |
michael@0 | 3 | #################################### |
michael@0 | 4 | # Leaks in third party libraries # |
michael@0 | 5 | #################################### |
michael@0 | 6 | |
michael@0 | 7 | { |
michael@0 | 8 | Bug 793537 |
michael@0 | 9 | Memcheck:Leak |
michael@0 | 10 | ... |
michael@0 | 11 | obj:/usr/lib64/libpango-1.0.so.0.2800.1 |
michael@0 | 12 | ... |
michael@0 | 13 | } |
michael@0 | 14 | { |
michael@0 | 15 | Bug 793598 |
michael@0 | 16 | Memcheck:Leak |
michael@0 | 17 | ... |
michael@0 | 18 | obj:/lib64/libdbus-1.so.3.4.0 |
michael@0 | 19 | ... |
michael@0 | 20 | } |
michael@0 | 21 | { |
michael@0 | 22 | Bug 793600 |
michael@0 | 23 | Memcheck:Leak |
michael@0 | 24 | fun:realloc |
michael@0 | 25 | obj:/usr/lib64/libfontconfig.so.1.4.4 |
michael@0 | 26 | ... |
michael@0 | 27 | fun:FcDefaultSubstitute |
michael@0 | 28 | fun:_ZN17gfxPangoFontGroup11MakeFontSetEP14_PangoLanguagedP9nsAutoRefI10_FcPatternE |
michael@0 | 29 | ... |
michael@0 | 30 | } |
michael@0 | 31 | { |
michael@0 | 32 | Bug 794366 |
michael@0 | 33 | Memcheck:Leak |
michael@0 | 34 | ... |
michael@0 | 35 | obj:/usr/lib64/libgtk-x11-2.0.so.0.1800.9 |
michael@0 | 36 | ... |
michael@0 | 37 | } |
michael@0 | 38 | { |
michael@0 | 39 | Bug 794368 |
michael@0 | 40 | Memcheck:Leak |
michael@0 | 41 | ... |
michael@0 | 42 | obj:/usr/lib64/libXrandr.so.2.2.0 |
michael@0 | 43 | ... |
michael@0 | 44 | } |
michael@0 | 45 | { |
michael@0 | 46 | Bug 794373 |
michael@0 | 47 | Memcheck:Leak |
michael@0 | 48 | ... |
michael@0 | 49 | obj:/lib64/libgobject-2.0.so.0.2200.5 |
michael@0 | 50 | ... |
michael@0 | 51 | } |
michael@0 | 52 | { |
michael@0 | 53 | Bug 966673 |
michael@0 | 54 | Memcheck:Leak |
michael@0 | 55 | fun:malloc |
michael@0 | 56 | obj:/lib64/libresolv-2.12.so |
michael@0 | 57 | ... |
michael@0 | 58 | fun:gaih_inet |
michael@0 | 59 | fun:getaddrinfo |
michael@0 | 60 | fun:PR_GetAddrInfoByName |
michael@0 | 61 | ... |
michael@0 | 62 | } |
michael@0 | 63 | { |
michael@0 | 64 | Bug 979242 |
michael@0 | 65 | Memcheck:Leak |
michael@0 | 66 | fun:calloc |
michael@0 | 67 | fun:xcb_connect_to_fd |
michael@0 | 68 | fun:xcb_connect_to_display_with_auth_info |
michael@0 | 69 | fun:_XConnectXCB |
michael@0 | 70 | fun:XOpenDisplay |
michael@0 | 71 | fun:gdk_display_open |
michael@0 | 72 | ... |
michael@0 | 73 | } |
michael@0 | 74 | |
michael@0 | 75 | ################################### |
michael@0 | 76 | # Leaks in short lived precesses # |
michael@0 | 77 | ################################### |
michael@0 | 78 | |
michael@0 | 79 | { |
michael@0 | 80 | Bug 984196 |
michael@0 | 81 | Memcheck:Leak |
michael@0 | 82 | ... |
michael@0 | 83 | fun:glxtest |
michael@0 | 84 | ... |
michael@0 | 85 | } |