ref: 8aee1c506021ed4352e475b2af4775ec8e8dc805
parent: fc77a2d3d384c1ee854deebd4f1a97e751d7eaa2
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Aug 3 10:28:16 EDT 2015
webcookies: use strtol() to parse HH:MM:SS atoi() currently interprets leading zeros as octal (BUG!), so use strtol with explicit base 10 avoiding the issue.