patch-2.1.12 - bug in binfmt_script.c

Jose Alonso (alonso@agencia.oesp.com.br)
Wed, 27 Nov 1996 12:41:20 -0200 (GMT-0200)


The patch 2.1.12 introduced a bug in binfmt_script.c that avoids the
execution of a shell script that uses arguments.
For example:
#!/bin/bash -version
echo test

alonso