view run-test-valgrind.supp @ 19688:0869e8023eab

lib: Fixed json-parser to correctly parse numbers at EOF. Numbers are a bit special compared to others, because they don't have any clear character indicating that the number ends. So we can only assume that the number is finished when EOF is reached, although even that isn't necessarily correct in case the stream is terminated unexpectedly. This change is in prepartion for the next change. With current JSON parser this issue could never happen because "}" was expected just before EOF.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Mon, 01 Feb 2016 17:30:23 +0200
parents fdfc926202da
children 105d5da09ad3
line wrap: on
line source

{
   <bash>
   Memcheck:Leak
   fun:malloc
   obj:*/bash
}