bug 2625
authorClay Fouts <clay.fouts@liblime.com>
Thu, 18 Sep 2008 19:40:05 +0000 (14:40 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 12 Nov 2008 13:08:03 +0000 (14:08 +0100)
commit4322e8bf2ee7425c7a2c92c5cdd992e000c471f2
tree5c32582e1cbaa8e4faac45de8f2ac83d2fe82368
parente02214e1eea417d3b2f3a935a1f58650e52e676c
bug 2625

Using the barcode as an index for assigning values to an array creates problems if
the numeric value of the barcode is sufficiently large to consume enough memory to
starve other processes. This patch changes return_failed from an indexed array into
an associative one, using the barcode as the key.

Signed-off-by: Ryan Higgins <rch@liblime.com>
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
members/moremember.pl