Not quoting fields in config.toml causes SIGSEGV
#8773
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
config.toml causes SIGSEGV
#8773
What version of Hugo are you using (
hugo version)?OS: Linux 5.12.17
Does this issue reproduce with the latest release?
AFAICT,
v0.85.0is the latest release, so yes.Issue
Create a new hugo module with
hugo mod init fooand set up theconfig.tomlas follows:Then run
hugo mod get.Expected behaviour
Hugo reports a parse error because
github.com/bar/bazneeds to be quoted.Observed behaviour
Hugo crashes with a runtime error caused by
SIGSEGVThe text was updated successfully, but these errors were encountered: