getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending
authorDenis Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jul 2007 17:40:35 +0000 (17:40 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Mon, 23 Jul 2007 17:40:35 +0000 (17:40 -0000)
commit5bfcb4d5ae716befe06a1f8801551ae09a144e91
tree3d39a2c528dcc1707a90a4beb878166281d2ff6a
parentbdc88fdc6844ee6890e31ba4cf56800becc8c682
getopt32 must remain NOFORK-safe (no mallocs!). Using alloca and pretending
stack is infinite. Unfortunately, +79 bytes.
libbb/getopt32.c