[Bug 4321] gen_build_files.sh uses printf with HUGE command line argument

bugzilla at busybox.net bugzilla at busybox.net
Wed Oct 19 15:48:33 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=4321

--- Comment #1 from Denys Vlasenko <vda.linux at googlemail.com>  ---
status() { printf '  %-8s%s\n' "$1" "$2"; }

    printf has 3 args above


printf "%s\n" "${header}"

    two args


printf "%s\n" "${insert}"

    two args. Hmm. The problem can be here. "${insert}" may be 200k long or
more.


printf "%s\n" "ERROR: INSERT line missing in: ${src}" 1>&2

    two args

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the busybox-cvs mailing list