google / open-vcdiff

An encoder/decoder for the VCDIFF (RFC3284) format
Apache License 2.0
186 stars 52 forks source link

vcdiff command-line executable crashes on startup on FreeBSD platform #1

Closed Steelskin closed 10 years ago

Steelskin commented 10 years ago

Original issue 1 created by openvcdiff on 2008-08-29T22:15:43.000Z:

What steps will reproduce the problem?

  1. Download and extract open-vcdiff v0.1 source tarball on a FreeBSD 6.0 machine.
  2. In top extracted directory, execute: ./configure && make
  3. Execute: ./vcdiff

What is the expected output? vcdiff should produce an error ("Must specify exactly one command option"), then should output its usage information as with vcdiff --help.

What do you see instead? A segmentation fault occurs.