https://bugs.linaro.org/show_bug.cgi?id=1206
Bug ID: 1206
Summary: CID 86957: Uninitialized pointer read odp_init_log.c
Product: OpenDataPlane
Version: 0.10
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: ---
Component: Validation
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
12
13 static int odp_init_log(odp_log_level_e level , const char *fmt, ...);
14
15 static void test_odp_init_global_replace_log(void)
16 {
17 int status;
>>> CID 86957: Uninitialized pointer read (UNINIT)
>>> Declaring variable "init_data" without initializer.
18 struct odp_init_t init_data;
19
20 init_data.log_fn = &odp_init_log;
21
22 replacement_logging_used = 0;
23
--
You are receiving this mail because:
You are on the CC list for the bug._______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp