]> git.saurik.com Git - apt.git/commit
dpkgpm: Convert ctime() call to ctime_r()
authorJulian Andres Klode <jak@debian.org>
Fri, 23 Oct 2015 18:45:21 +0000 (20:45 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 30 Oct 2015 13:20:24 +0000 (14:20 +0100)
commit2609e7cea39fb32a999acef014ea9ce6e9b3d141
treee5081b9fb744d79671f13d5c4245cbbc672e0a0f
parent1843d82ff5f8712778062cc08ed991e1dee42b6e
dpkgpm: Convert ctime() call to ctime_r()

ctime() is not thread-safe, ctime_r() is.

Gbp-Dch: ignore
apt-pkg/deb/dpkgpm.cc