slip: Do not malloc the userv activation context etc.
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Mon, 22 Sep 2014 14:40:40 +0000 (15:40 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Oct 2014 01:23:59 +0000 (02:23 +0100)
commitf665113d3997514ee123a7fd28920c278628a865
tree178937edc0f0afcf535d9ae82b4214572b17d4d0
parent6a06198cde5b96686304a9814dd7aa241adcb448
slip: Do not malloc the userv activation context etc.

This is unnecessary, as its lifetime does not exceed that of the stack
frame.  Replace all the fixed-size malloc/free pairs with local
variables.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
slip.c