Removed limit on lenght of command line options.
commit1fa24ebe399bb064f5d68311e712432b64327472
authorCristian Maglie <c.maglie@bug.st>
Fri, 8 Aug 2014 16:40:57 +0000 (8 18:40 +0200)
committerAndreas Fritiofson <andreas.fritiofson@gmail.com>
Tue, 12 Aug 2014 21:04:27 +0000 (12 21:04 +0000)
tree79b68325cb4cea9bf70e8c389caf15e9bc3112cb
parent5587013ad6f29ac309ac08e645927fa60d8f9332
Removed limit on lenght of command line options.

In particular -f and -s options may contains paths that can easily
exceed the (old) 128 bytes buffer.

Change-Id: Ifc198536549f50663e8e588519bb9ef75dcd172c
Signed-off-by: Cristian Maglie <c.maglie@bug.st>
Reviewed-on: http://openocd.zylin.com/2241
Tested-by: jenkins
Reviewed-by: Andreas Fritiofson <andreas.fritiofson@gmail.com>
src/helper/options.c