[Crash-utility] add support for incomplete elf dump file

"Zhou, Wenjian/周文剑" zhouwj-fnst at cn.fujitsu.com
Mon Oct 27 05:20:40 UTC 2014


On 10/27/2014 01:06 PM, "Zhou, Wenjian" wrote:
> +			if (is_incomplete_dump() &&  (read_ret>= 0 &&
> +					*diskdump_flags &  ZERO_EXCLUDED)) {
change it to
+			if (is_incomplete_dump() && (read_ret >= 0) &&
+					(*diskdump_flags & ZERO_EXCLUDED)) {

Thanks
Zhou Wenjian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: SUPPROT_INCOMPLETE_DUMPFILE.patch
URL: <http://listman.redhat.com/archives/crash-utility/attachments/20141027/937a5572/attachment.ksh>


More information about the Crash-utility mailing list