malloc_large() duplicates redzone and KASAN handling that is also
present in malloc() and malloc_domainset(). Refactor the
implementations to reduce this a bit.
Reported by: Alexander Sideropoulos <Alexander.Sideropoulos@netapp.com>
Differential D58272
malloc: Refactor redzone and KASAN handling Authored by markj on Wed, Jul 15, 8:57 PM. Tags None Referenced Files
Details
malloc_large() duplicates redzone and KASAN handling that is also Reported by: Alexander Sideropoulos <Alexander.Sideropoulos@netapp.com>
Diff Detail
Event Timeline
Comment Actions Clean up KMSAN handling as well. Add a comment explaining why we allow M_EXEC in malloc_domainset().
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||