Found a bug in ndisasm

Type this command, ndisasm will hang (I guess it eat up all 4GB address space, disassemble offset starts at 0xfffffff0, which is very high address). My version is “NDISASM version 2.11.02 compiled on Apr 9 2014”, running on mac mavericks.

ndisasm -b 32 -o 0xfffffff0 temp.bin

temp file :
temp.bin

The bug is filed here https://sourceforge.net/p/nasm/bugs/557/