cite-architecture / citeobj

Collections of citable objects
1 stars 0 forks source link

in package object, check for key value before attempting to access map #53

Closed neelsmith closed 7 years ago

neelsmith commented 7 years ago

In mapsForDelimited (about lines 24-25), map is naively accessed without checking for presence of key. If key is missing this generates a generic "index out of bounds" exception

neelsmith commented 7 years ago

fixed and tested