
13 Jun
2018
13 Jun
'18
5:42 p.m.
On Thu, Jun 07, 2018 at 12:20:05PM +0000, Alex Kiernan wrote:
When reading the config file, or a script file, use getline rather than fgets so line lengths aren't limited by the size of a compiled in buffer (128 characters for config, 1024 for scripts).
Rename 'dump' to 'line' so it's clear we're working with a line of text.
Signed-off-by: Alex Kiernan alex.kiernan@gmail.com
Applied to u-boot/master, thanks!
--
Tom