commit | 7cb9d20fd9f8fb41f29e294734c4f8b5dc81ed93 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Sun Sep 14 22:50:46 2014 +0200 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Mon Sep 15 07:15:41 2014 +0300 |
tree | 83ec41e619f20b9f87c7e30bd174249bd0f1decc | |
parent | 047b2ec8d3778a046d6985d4ad410c85211a86a4 [diff] |
Bluetooth: Add BUILD_BUG_ON check for SKB control buffer size The struct bt_skb_cb size needs to stay within the limits of skb->cb at all times and to ensure that add a BUILD_BUG_ON to check for it at compile time. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>