Page MenuHomeFreeBSD

D10100.id26558.diff
No OneTemporary

D10100.id26558.diff

Index: sys/vm/uma_core.c
===================================================================
--- sys/vm/uma_core.c
+++ sys/vm/uma_core.c
@@ -1888,6 +1888,9 @@
uma_zone_t res;
bool locked;
+ KASSERT(powerof2(align + 1), ("invalid zone alignment %d for \"%s\"",
+ align, name));
+
/* This stuff is essential for the zone ctor */
memset(&args, 0, sizeof(args));
args.name = name;

File Metadata

Mime Type
text/plain
Expires
Wed, Aug 26, 8:09 PM (13 h, 48 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37324325
Default Alt Text
D10100.id26558.diff (393 B)

Event Timeline