C2
authorChristian Urban <urbanc@in.tum.de>
Thu, 04 Oct 2012 13:29:06 +0100
changeset 26 546d7cebc369
parent 25 599939aad971
child 27 5bf1f248407c
C2
programs/args2-bad
programs/args2-good
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/programs/args2-bad	Thu Oct 04 13:29:06 2012 +0100
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+perl -e 'print "test\nAAAAAAAABBBB\xc8\x84\x04\x08\n"'
\ No newline at end of file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/programs/args2-good	Thu Oct 04 13:29:06 2012 +0100
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+perl -e 'print "test\ntest\n"'
\ No newline at end of file