delete print stacks and looking for the secure malloc if there is a malloc not secure

This commit is contained in:
Maoake Teriierooiterai
2026-01-12 14:48:14 +01:00
parent 97ce3bf40b
commit 9c3f91dcb9
4 changed files with 3 additions and 45 deletions

View File

@@ -37,6 +37,8 @@ void medium(t_stacks *stacks)
{
range = range_bucket(stacks->a);
buckets = get_tabs(stacks->a, range);
if (!buckets)
return ;
bucket_algo(stacks, buckets, range);
}
}