[PATCH] Fix modification of const string
authorJens Axboe <jens.axboe@oracle.com>
Fri, 27 Oct 2006 13:00:16 +0000 (15:00 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 27 Oct 2006 13:00:16 +0000 (15:00 +0200)
commitb765a37296e6a08b6e06d9186832546a18b0d2d7
tree2a531340e154431b3f1215f731faf59e176bc854
parentb6e25da4225ca990f6997d2d60fe96a7b51d4661
[PATCH] Fix modification of const string

Copy 'ptr' to local storage first.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
parse.c