You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i set --with-fstab=no configure setting FINIT_FSTAB to NULL and at conf_parse_cmdline in conf.c we pass it to strdup. Looks like null strdup is expecting valid string and doesn't handle null as an argument properly.