This commit is contained in:
2025-10-29 09:36:51 -04:00
parent aa6c5eafe8
commit 10d9bdd259

View File

@@ -93,7 +93,7 @@ static char *source_replace(const char *restrict template,
* - replace all packages with package and authors with author * - replace all packages with package and authors with author
* - return * - return
*/ */
char *buffer = xmalloc(99999999999); char *buffer = xmalloc(2147483647);
return NULL; return NULL;
} }