mirror of
https://github.com/DarkStore-3DS/Project_CTR.git
synced 2026-07-04 16:59:02 +00:00
many small changes
added function to fill memory with random bytes (cleaning some code with that). Removed public build #ifdefs since 3dsguy apparently uploaded the entire source with all "private" things.
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ int build_NCCH(user_settings *usrset)
|
||||
int result;
|
||||
|
||||
// Init Settings\n");
|
||||
ncch_settings *ncchset = malloc(sizeof(ncch_settings));
|
||||
ncch_settings *ncchset = calloc(1,sizeof(ncch_settings));
|
||||
if(!ncchset) {
|
||||
fprintf(stderr,"[NCCH ERROR] Not enough memory\n");
|
||||
return MEM_ERROR;
|
||||
|
||||
Reference in New Issue
Block a user