Page MenuHome GnuPG

67_gnupg-1.4.2-none.patch
AbandonedPublic

Authored by marcus on Aug 5 2005, 5:05 AM.

Details

Reviewers
issue_tracker
Summary

The head node in the keyblock list is a PKT_NONE packet in GnuPG 1.4.2 and
later, and build_packet() aborts if you pass it one of those. If we iterate
through the packet list with walk_kbnode(), we'll automatically skip over
the problematic node, so do that instead.

Test Plan

Diff Detail

Lint
Lint Skipped
Unit
Unit Tests Skipped