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
=== modified file 'pbzip2.cpp'
--- pbzip2.cpp 2014-12-07 09:33:43 +0000
+++ pbzip2.cpp 2014-12-07 13:36:36 +0000
@@ -2537,7 +2537,7 @@
2537{2537{
2538 queue *fifo;2538 queue *fifo;
2539 // char *FileData = NULL;2539 // char *FileData = NULL;
2540 outBuff *fileData;2540 outBuff *fileData = NULL;
2541 char *CompressedData = NULL;2541 char *CompressedData = NULL;
2542 // unsigned int inSize = 0;2542 // unsigned int inSize = 0;
2543 unsigned int outSize = 0;2543 unsigned int outSize = 0;

Subscribers

People subscribed via source and target branches

to all changes: