Skip to content
Snippets Groups Projects
Commit d3a9bb9f authored by Michael Tüxen's avatar Michael Tüxen Committed by Neal Cardwell
Browse files

net-test: packetdrill: Bugfix: Don't crash on FreeBSD when using an undefined symbol in a script.


This patch adds the missing end of table marker in the platform_symbols_table
for FreeBSD.

Signed-off-by: default avatarMichael Tuexen <tuexen@fh-muenster.de>
parent d74a1ea4
No related branches found
No related tags found
No related merge requests found
......@@ -298,6 +298,8 @@ struct int_symbol platform_symbols_table[] = {
{ ENOTCAPABLE, "ENOTCAPABLE" },
{ ECAPMODE, "ECAPMODE" },
/* Sentinel marking the end of the table. */
{ 0, NULL },
};
struct int_symbol *platform_symbols(void)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment