Victor Savu 67aa830511 fix use after free
the string created by value.substr(index * 2, 2) is deleted after c_str()
but before strtoul executes. The solution is to use a temporary string
to store the value.
2013-03-13 00:40:18 +02:00
..
2013-02-22 23:37:36 +01:00
2013-03-13 00:40:18 +02:00
2013-02-21 01:46:56 +01:00
2013-02-20 01:25:52 +01:00