Tim Duesterhus
491be54cf1
BUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABORT is set
...
Building with `"DEBUG=-DDEBUG_STRICT=1 -DDEBUG_USE_ABORT=1"` previously emitted the warning:
In file included from include/haproxy/api.h:35:0,
from src/mux_pt.c:13:
include/haproxy/buf.h: In function ‘br_init’:
include/haproxy/bug.h:42:90: warning: implicit declaration of function ‘abort’ [-Wimplicit-function-declaration]
#define ABORT_NOW() do { extern void ha_backtrace_to_stderr(); ha_backtrace_to_stderr(); abort(); } while (0)
^
include/haproxy/bug.h:56:21: note: in expansion of macro ‘ABORT_NOW’
#define CRASH_NOW() ABORT_NOW()
^
include/haproxy/bug.h:68:4: note: in expansion of macro ‘CRASH_NOW’
CRASH_NOW(); \
^
include/haproxy/bug.h:62:35: note: in expansion of macro ‘__BUG_ON’
#define _BUG_ON(cond, file, line) __BUG_ON(cond, file, line)
^
include/haproxy/bug.h:61:22: note: in expansion of macro ‘_BUG_ON’
#define BUG_ON(cond) _BUG_ON(cond, __FILE__, __LINE__)
^
include/haproxy/buf.h:875:2: note: in expansion of macro ‘BUG_ON’
BUG_ON(size < 2);
^
This patch fixes that issue. The `DEBUG_USE_ABORT` option exists for use with
static analysis tools. No backport needed.
2021-01-27 12:44:39 +01:00
..
2020-11-05 19:27:09 +01:00
2020-06-11 10:18:59 +02:00
2021-01-08 14:56:32 +01:00
2021-01-04 10:09:02 +01:00
2020-06-29 14:26:05 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-10-22 16:10:20 +02:00
2020-06-11 10:18:59 +02:00
2020-12-16 15:49:53 +01:00
2020-06-11 10:18:57 +02:00
2020-12-23 01:23:41 +01:00
2020-07-05 21:32:47 +02:00
2020-06-11 10:18:59 +02:00
2020-10-23 22:47:30 +02:00
2020-10-09 11:27:30 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:56 +02:00
2021-01-22 14:18:34 +01:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2021-01-13 17:45:34 +01:00
2020-06-11 10:18:59 +02:00
2020-12-04 17:15:03 +01:00
2021-01-21 15:21:12 +01:00
2020-11-27 10:30:23 +01:00
2020-06-11 10:18:59 +02:00
2020-12-02 09:45:18 +01:00
2020-12-02 09:45:18 +01:00
2020-12-23 06:39:21 +01:00
2021-01-27 12:44:39 +01:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2021-01-21 15:21:12 +01:00
2020-12-11 16:26:01 +01:00
2020-10-05 09:05:57 +02:00
2021-01-22 14:48:34 +01:00
2020-12-23 06:39:21 +01:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-12-31 10:04:54 +01:00
2020-10-19 14:08:13 +02:00
2020-10-05 12:02:14 +02:00
2020-06-11 10:18:59 +02:00
2020-06-28 10:45:35 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:57 +02:00
2020-08-26 18:33:52 +02:00
2020-12-11 16:26:00 +01:00
2021-01-26 09:53:52 +01:00
2020-11-24 14:17:32 +01:00
2020-11-05 19:26:30 +01:00
2020-12-21 11:24:48 +01:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:56 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-11-27 10:30:23 +01:00
2020-11-13 16:26:10 +01:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2020-09-18 08:05:03 +02:00
2020-06-11 10:18:56 +02:00
2020-06-11 10:18:57 +02:00
2020-12-02 21:53:16 +01:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2020-12-22 10:18:07 +01:00
2020-06-11 10:18:58 +02:00
2021-01-18 15:01:41 +01:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-11-06 09:13:58 +01:00
2020-12-02 09:45:18 +01:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2021-01-21 15:21:12 +01:00
2020-12-24 17:18:00 +01:00
2020-12-21 11:24:48 +01:00
2020-12-04 14:41:49 +01:00
2020-06-11 10:18:56 +02:00
2020-09-10 09:31:50 +02:00
2020-06-11 10:18:56 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:56 +02:00
2020-11-30 18:17:29 +01:00
2020-12-23 11:57:26 +01:00
2021-01-08 14:56:32 +01:00
2020-12-01 09:32:44 +01:00
2020-10-08 08:53:26 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-11-05 19:27:03 +01:00
2020-11-05 19:27:03 +01:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:59 +02:00
2021-01-22 20:45:24 +01:00
2020-11-05 19:27:09 +01:00
2021-01-15 14:41:16 +01:00
2020-06-11 10:18:58 +02:00
2020-10-19 14:08:13 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:56 +02:00
2020-06-30 14:29:02 +02:00
2020-06-29 10:36:37 +02:00
2020-09-12 20:56:41 +02:00
2021-01-06 17:32:03 +01:00
2020-12-23 11:57:26 +01:00
2020-12-08 14:54:08 +01:00
2020-12-08 14:54:08 +01:00
2020-12-08 18:10:18 +01:00
2020-12-08 14:54:08 +01:00
2020-06-11 10:18:58 +02:00
2021-01-04 10:09:02 +01:00
2020-12-11 17:02:50 +01:00
2020-10-09 18:29:04 +02:00
2021-01-08 14:56:32 +01:00
2020-11-23 09:33:14 +01:00
2021-01-04 12:31:28 +01:00
2020-06-11 10:18:58 +02:00
2020-10-23 09:21:55 +02:00
2021-01-06 16:26:50 +01:00
2020-12-23 11:57:26 +01:00
2021-01-04 12:31:28 +01:00
2020-12-23 11:57:26 +01:00
2020-12-23 11:57:26 +01:00
2020-12-23 11:57:26 +01:00
2020-12-23 11:57:26 +01:00
2020-12-23 11:57:26 +01:00
2021-01-06 16:26:50 +01:00
2020-12-23 11:57:26 +01:00
2020-08-14 07:53:40 +02:00
2020-08-14 07:53:40 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:59 +02:00
2021-01-26 15:19:36 +01:00
2020-12-31 10:04:54 +01:00
2020-12-04 14:41:48 +01:00
2020-12-04 14:41:49 +01:00
2020-09-12 20:56:41 +02:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-10-19 14:08:13 +02:00
2020-07-15 17:50:12 +02:00
2020-12-04 15:08:00 +01:00
2020-10-15 21:47:56 +02:00
2020-08-28 19:26:39 +02:00
2020-12-11 17:02:50 +01:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2021-01-26 15:19:36 +01:00
2021-01-26 15:19:36 +01:00
2020-06-11 10:18:59 +02:00
2020-06-26 11:27:28 +02:00
2020-11-21 11:04:36 +01:00
2021-01-26 15:19:36 +01:00
2020-06-11 10:18:57 +02:00
2021-01-21 18:59:30 +01:00
2021-01-26 09:24:51 +01:00
2020-12-31 10:04:54 +01:00
2020-12-04 14:41:49 +01:00
2020-06-11 10:18:58 +02:00
2020-12-04 14:41:48 +01:00
2020-12-11 12:01:07 +01:00
2020-12-11 12:01:07 +01:00
2020-11-30 18:17:59 +01:00
2020-11-30 18:17:59 +01:00
2020-12-02 09:45:18 +01:00
2020-06-26 11:27:28 +02:00
2020-11-27 10:30:23 +01:00
2020-10-19 14:08:13 +02:00
2020-10-22 17:32:28 +02:00
2020-06-11 10:18:57 +02:00
2020-12-22 10:35:43 +01:00
2020-06-29 10:36:37 +02:00
2020-06-29 09:57:23 +02:00
2020-10-01 17:24:14 +02:00
2021-01-22 12:12:29 +01:00
2020-12-01 10:25:20 +01:00
2020-12-01 10:25:20 +01:00
2020-06-11 10:18:59 +02:00
2020-06-11 10:18:58 +02:00
2020-06-11 10:18:59 +02:00
2020-12-16 14:20:08 +01:00
2020-11-05 17:20:35 +01:00
2021-01-06 16:26:50 +01:00
2021-01-06 16:26:50 +01:00
2020-06-11 10:18:57 +02:00
2020-06-11 10:18:59 +02:00