| 210 | return CBM_CONFIG_EDIT_PATH_REFUSED; |
| 211 | } |
| 212 | struct stat link_state; |
| 213 | if (lstat(path, &link_state) != 0 || !S_ISLNK(link_state.st_mode)) { |
| 214 | return edit_path_copy(path, target->path, sizeof(target->path)) == 0 |
| 215 | ? CBM_CONFIG_EDIT_PATH_DIRECT |
no outgoing calls
no test coverage detected