Conversation
|
Let's toss the |
|
nice catch! |
|
Just for reference, we have this description about shared file access now: There could be other references scattered around. Anyway, once this is done and we know how it works, we can come back to update the docs with usage. Just recording placeholders here for now. |
| value = strndup(entryname + pmatch[1].rm_so, (size_t)(pmatch[1].rm_eo - pmatch[1].rm_so)); | ||
| if (value != NULL) { | ||
| rank = atoi(value); | ||
| int rank = atoi(value); |
There was a problem hiding this comment.
@adammoody - clang14 produced some warnings that I fixed. Most were small (like security warnings), but others like this are indicative of a potental bug. I rearranged this slightly so that rank would only be used when it was set. I moved the if block around to what I believe should hopefully be an equivalent of what the inention was previously.
Shared Cache Constraints
Todo Items
Notable Changes: