-
```
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…
-
The command "gclient sync --no-history" is failing on OS X.. If you look about 14 lines down you'll see "src/content/nw (ERROR)" and then another related error at the very end:
```
[0:01:00] Still wo…
-
```
std::auto_ptr is deprecated in c++11, let's use std::unique_ptr instead in that
case.
```
Original issue reported on code.google.com by `most...@opera.com` on 19 Mar 2014 at 10:45
-
```
EngineEncodeSampleTextInterleavedWithTargetMatching is identical to
EngineEncodeSampleTextInterleaved. Notably, this is the first line:
Encode(/* interleaved = */ true, /* target matching = */ …
-
```
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…
-
```
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. encode two similar ~500 MB files on Windows XP Sp2 with these options
xdelta3 -B 16777216 -M 262144 -W 134217728 -s file3.bin file4.bin
trial18.vcdiff
…
-
```
What steps will reproduce the problem?
1. encode two similar ~500 MB files on Windows XP Sp2 with these options
xdelta3 -B 16777216 -M 262144 -W 134217728 -s file3.bin file4.bin
trial18.vcdiff
…
-
```
What steps will reproduce the problem?
1. Remove the define for "VCDIFF_TOOLS"
2. Try to compile and watch it fail due to recent changes to xdelta-main.h
What is the expected output? What do you …
-
```
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 …