Description of Problem: bzip2 can be brought into a state where it will cause an infinite loop of segfaults (until killed) Version-Release number of selected component (if applicable): 1.0.1-4 How Reproducible: 100% Steps to Reproduce: 1. bzip2 -f /tmp Actual Results: Infinite segfault loop Expected Results: bzip2: Input file /tmp is not a normal file
Fixed in bzip2-1.0.1-5 ("-f" bypassed checks for file being sane, I made it exit on the file being a directory anyway).