Skip zero-length subfields for ISO2709.
authorAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Sep 2009 11:27:05 +0000 (13:27 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Thu, 17 Sep 2009 11:27:05 +0000 (13:27 +0200)
commit9d01070e0ac3b559b13c76e1cd0f1b0ef17f03c0
treed9900a0a644e0f7f542e7279c5c9368959c5524e
parenta29cb625a72a11d5a65ee3cb423dc35193b5ca79
Skip zero-length subfields for ISO2709.

Skip zero-length subfields when decoding ISO2709. This rare case happens
if a record has two FS characters in a sequence. Without this patch
there would be a reference beyond char array in using_code_len fragments
in marcdisp.c.
src/marc_read_iso2709.c