Merge lp:~pbzip2/pbzip2/bug-1399589-crash-on-compress-on-os-x into lp:pbzip2/1.1

Proposed by Yavor Nikolov
Status: Merged
Merged at revision: 44
Proposed branch: lp:~pbzip2/pbzip2/bug-1399589-crash-on-compress-on-os-x
Merge into: lp:pbzip2/1.1
Diff against target: 12 lines (+1/-1)
1 file modified
pbzip2.cpp (+1/-1)
To merge this branch: bzr merge lp:~pbzip2/pbzip2/bug-1399589-crash-on-compress-on-os-x
Reviewer Review Type Date Requested Status
pbzip2 development team Pending
Review via email: mp+243910@code.launchpad.net

Description of the change

Fix for #1399589

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'pbzip2.cpp'
2--- pbzip2.cpp 2014-12-07 09:33:43 +0000
3+++ pbzip2.cpp 2014-12-07 13:36:36 +0000
4@@ -2537,7 +2537,7 @@
5 {
6 queue *fifo;
7 // char *FileData = NULL;
8- outBuff *fileData;
9+ outBuff *fileData = NULL;
10 char *CompressedData = NULL;
11 // unsigned int inSize = 0;
12 unsigned int outSize = 0;

Subscribers

People subscribed via source and target branches

to all changes: