this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix segfault in xcode-select (#322)

+1 -1
+1 -1
src/xcselect/xcode-select.c
··· 151 151 char buffer[1024]; 152 152 bool unused; 153 153 154 - if (!xcselect_find_developer_contents_from_path(path, buffer, unused, sizeof(buffer))) 154 + if (!xcselect_find_developer_contents_from_path(path, buffer, &unused, sizeof(buffer))) 155 155 { 156 156 fprintf(stderr, "xcode-select: error: invalid developer directory '%s'\n", path); 157 157 exit(1);