viddy icon indicating copy to clipboard operation
viddy copied to clipboard

Running with --interval and an invalid duration leads to nil pointer dereference

Open AlexanderThaller opened this issue 2 years ago • 0 comments

» ./viddy --version
viddy version: 0.3.6
» ./viddy -n asdasd
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x40 pc=0x7df725]

goroutine 1 [running]:
main.main()
	/home/runner/work/viddy/viddy/main.go:43 +0x1c5

AlexanderThaller avatar Jul 01 '22 12:07 AlexanderThaller