pad out zmagic to 32+ bytes
This commit is contained in:
parent
40402738da
commit
96dada90ef
@ -14,7 +14,7 @@ fmtzbinit(Fmt *f, ZBlock *b)
|
|||||||
|
|
||||||
#define ROUNDUP(p, n) ((void*)(((uintptr)(p)+(n)-1)&~(uintptr)((n)-1)))
|
#define ROUNDUP(p, n) ((void*)(((uintptr)(p)+(n)-1)&~(uintptr)((n)-1)))
|
||||||
|
|
||||||
static char zmagic[] = "1234567890abcdefghijkl";
|
static char zmagic[] = "1234567890abcdefghijklmnopqrstuvxyz";
|
||||||
|
|
||||||
ZBlock *
|
ZBlock *
|
||||||
alloczblock(u32int size, int zeroed, uint blocksize)
|
alloczblock(u32int size, int zeroed, uint blocksize)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user