Skip to content

Use dynamic memory for all strings #147

Description

@GoogleCodeExporter
Currently a lot of strings are defined with statically allocated memory (using 
some predefined constants, like MAX_PARAGRAPH). More robust implementation 
should dynamically allocate memory when needed. This should, in particular, 
remove any limits on the size of input filenames, etc.

(Some of) the function to perform this task are already available in io.c - 
dyn_sprintf and rea_sprintf. The most hard part is probably that of LogError, 
etc.

Original issue reported on code.google.com by yurkin on 20 May 2012 at 3:55

Metadata

Metadata

Assignees

Labels

comp-LogicRelated to internal code logicmaintainabilitySimplifies further code development (standardization, robustness)pri-MediumWorth assigning to a milestone

Type

No fields configured for Task.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions