In git version, file rtapelib.c, rmt_open__(),

remote_file is initialized to 0. It's not guaranteed to be assigned a new pointer, then passed to strlen(), which would cause a crash.

At line 528: size_t remote_file_len = strlen(remote_file).

- Xu Zhongxing

Reply via email to