]> Sergey Matveev's repositories - nnn.git/commit
noice: No need to perform so many memory allocations
authorsin <sin@2f30.org>
Thu, 7 Jan 2016 10:26:44 +0000 (10:26 +0000)
committersin <sin@2f30.org>
Thu, 7 Jan 2016 10:27:26 +0000 (10:27 +0000)
commit65fae61bea713e004b7698cb424fa2a24847b40d
tree74cc4190f7ceb88749dd4e7cf130f04e11f55888
parent6d4166f0d6b67bbaecb57cdf821d28f4356ae67f
noice: No need to perform so many memory allocations

The code was quite fragile.  As a first pass, use buffers of size
PATH_MAX and LINE_MAX accordingly until we simplify the overall logic.
noice.c