-
```
What steps will reproduce the problem?
1. Attempt to encode with source NULL
open_vcdiff::VCDiffEncoder enc(NULL, 0)
You get a segfault.
The problem is in BlockHash::AddAllBlocksThroughInd…
-
```
What steps will reproduce the problem?
1. Download the source tarball for open-vcdiff to a machine running AIX 5.3.8.
2. Run ./configure && make && make check.
What is the expected output? What d…
-
```
What steps will reproduce the problem?
1. Build and install open-vcdiff v0.2 as described in the README file.
2. Create a file double_free_hd.cc containing the following code:
#include
int main…
-
```
I have identified a bottleneck in the streaming decoder implementation, more
precisely where decoded_target->reserve() is called unconditionally in
VCDiffDeltaFileWindow::ReadHeader.
When strin…
-
I haven't seen a cmd line switch for decompression to file? Is it not supported? I want to update some xdelta patches in isos.
Considering i used the option for larger block sizes i'm uneasy about usi…
-
```
What steps will reproduce the problem?
1. Use the GNU gold linker.
$ ld -v
GNU gold (GNU Binutils 2.19.1) 1.7
2. Build and run distcheck
$ ./configure ; make distcheck
...
/usr/bin/ld: decodeta…
-
```
What steps will reproduce the problem?
1. Install OS X 10.9 and Xcode 5.0.1
2. Download and unpack open-vcdiff 0.8.3 tar ball
3. ./configure
4. make
What is the expected output? What do you see i…
-
```
What steps will reproduce the problem?
1. Download the Debian package files for open-vcdiff version 0.7:
curl -O http://open-vcdiff.googlecode.com/files/open-vcdiff_0.7-
1_amd64.deb.tar.gz
2. …
-
```
What steps will reproduce the problem?
1. Create empty file empty.dict
2. Create a non-empty file sample.txt
3. vcdiff encode --dictionary empty.dict < sample.txt > out.delta
The crash may be pla…
-
```
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 check
What …