[PATCH 4/4] staging: lustre: Fix potential buffer underflow

From: Hugues
Date: Mon Sep 08 2014 - 18:12:11 EST


This is a multi-part message in MIME format.Fix potential buffer underflow

When the string 'name' start with a '-' ptr == name and so --ptr will
underflow, this patch corrected this by checking ptr before decrementing.