On Sat, Sep 14, 2019 at 12:25 AM Bart Van Assche <bvanassche@xxxxxxx> wrote: > > On 6/20/19 8:03 AM, Jack Wang wrote: > > + char pathname[NAME_MAX]; > [ ... ] > > + char blk_symlink_name[NAME_MAX]; > > Please allocate path names dynamically instead of hard-coding the upper > length for a path. > > Bart. Hi Bart, ok, will dynamically allocate the path and blk_symlink_name as you suggested. Thank you Jinpu -- Jack Wang