make pkgconf_fgetline() dynamically allocate buffer space #97

Closed
opened 2016-09-08 15:30:24 +00:00 by ariadne · 1 comment

Right now we use PKGCONF_BUFSIZE buffers for holding a single pkg-config file line.

In practice, this isn't a problem, but it would probably be good to use malloc()/realloc() here.

Right now we use PKGCONF_BUFSIZE buffers for holding a single pkg-config file line. In practice, this isn't a problem, but it would probably be good to use malloc()/realloc() here.
Poster
Owner

in retrospect this doesn't seem that important honestly

in retrospect this doesn't seem that important honestly
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ariadne/pkgconf#97
There is no content yet.