Skip to content

Commit

Permalink
Set blockalign to 32 bytes to avoid underflow panic in _allocb
Browse files Browse the repository at this point in the history
  • Loading branch information
sirnewton01 committed Sep 9, 2016
1 parent a5abfad commit 2f5948d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcm/mem.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
/*
* Legacy...
*/
#define BLOCKALIGN 64 /* only used in allocb.c */
#define BLOCKALIGN 32 /* only used in allocb.c */
#define KSTACK KSTKSIZE

/*
Expand Down

0 comments on commit 2f5948d

Please sign in to comment.