Bug#787630: libstdc++6: unsafe rm -rf on __pycache__ dir can wipe all filesystems

2015-06-03 Thread Bas van Sisseren
Package: libstdc++6 Version: 5.1.1-9 Severity: grave Justification: causes non-serious data loss The postinst script of libstdc++6 attempts to remove all __pycache__ dirs from /usr/share/gcc-4.9/python, but doesn't do this in a secure way. If you accidentally had created files in /usr/share/gcc-4

Bug#161995: gpc segfaults on in constructions

2002-09-23 Thread Bas van Sisseren
Package: gpc Version: 2:2.95.4-14 Severity: normal see subject. Sample code: program gpc_in_bug; var i: integer; r: record end; begin if 0 in i then begin end; { i is not a set -> gpc segfaults } if 0 in r then begin end; { r is not a set -> gpc segfaults } end. -- System Information