bug 2625
authorClay Fouts <clay.fouts@liblime.com>
Thu, 18 Sep 2008 19:40:05 +0000 (14:40 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 19 Sep 2008 00:02:13 +0000 (19:02 -0500)
commit53a403ee648a5cdf9fa71ab314d071cb99cbdf44
treeef5aac9702cb3bbf2e6f53ec05fe492510900c6a
parentc83bbcbffe9feee67b5c7992d3c8f06c843c2ecf
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