core: cib size must not exceed MAXINT/2

dev/timer
René Kijewski 8 years ago
parent a07b44781d
commit 8a9220a85c

@ -41,7 +41,7 @@ typedef struct {
*
* @param[out] cib Buffer to initialize.
* Must not be NULL.
* @param[in] size Size of the buffer.
* @param[in] size Size of the buffer, must not exceed MAXINT/2.
*/
static inline void cib_init(cib_t *__restrict cib, unsigned int size)
{

Loading…
Cancel
Save