On 03/08/2011 07:55 AM, Brian C. Lane wrote:
/proc/cmdline is going to need to be examined multiple times, poptParseArgvString allocates an array for us, so retain it for later use.
For a while there I worried we might be freeing the array later, but that was only a naivety.
Ack. Ales