* [dpdk-dev] [Bug 108] There should be a NULL pointer check about the internal_config.hugefile_prefix
@ 2018-11-19 11:06 bugzilla
0 siblings, 0 replies; only message in thread
From: bugzilla @ 2018-11-19 11:06 UTC (permalink / raw)
To: dev
https://bugs.dpdk.org/show_bug.cgi?id=108
Bug ID: 108
Summary: There should be a NULL pointer check about the
internal_config.hugefile_prefix
Product: DPDK
Version: 17.11
Hardware: All
OS: All
Status: CONFIRMED
Severity: normal
Priority: Normal
Component: ethdev
Assignee: dev@dpdk.org
Reporter: andy01011501@163.com
Target Milestone: ---
In the function "eal_parse_args",
case OPT_FILE_PREFIX_NUM:
internal_config.hugefile_prefix = strdup(optarg);
break;
If the strdup(optarg) return NULL,there will be a segment fault in function
"eal_check_common_options".
The index will get a NULL pointer and crash:
if (index(internal_cfg->hugefile_prefix, '%') != NULL)
--
You are receiving this mail because:
You are the assignee for the bug.
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-11-19 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-19 11:06 [dpdk-dev] [Bug 108] There should be a NULL pointer check about the internal_config.hugefile_prefix bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).