bartobri / no-more-secrets

A command line tool that recreates the famous data decryption effect seen in the 1992 movie Sneakers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segfaults when input is piped from non-existant program

opened this issue · comments

When I call a command that does not exist and pipe it's non existant output into nms it will segfault. Sample output:

zsh/4 1002 [4] % nonexistant | nms
zsh: command not found: nonexistant
zsh: exit 127                          nonexistant | 
                                                     zsh: segmentation fault (core dumped)  nms
                                                                                               %

Afterwards zsh behaves weirdly, indenting some output seemingly at random.

Some info:
x86_64
arch linux,
gcc 5.3.0,
zsh 5.2,
ncurses 6.0

Good catch! Looking in to this. Hopefully should have a fix soon.

This issue is fixed now via commit b34fc9b.