Kaydet (Commit) 40813789 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Minor improvement of previous fix

üst 5b3d1524
......@@ -100,7 +100,7 @@ int main( int argc, char *argv[] )
struct stat stat;
int ret;
char unoinfoSuffix[] = "/unoinfo";
static char const unoinfoSuffix[] = "/unoinfo";
char * unoinfo = malloc(
pathlen + RTL_CONSTASCII_LENGTH(unoinfoSuffix) + 1);
/*TODO: overflow */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment