]> git.saurik.com Git - apt.git/commit
aptconfiguration: Convert strtok() to strtok_r()
authorJulian Andres Klode <jak@debian.org>
Fri, 23 Oct 2015 18:39:56 +0000 (20:39 +0200)
committerJulian Andres Klode <jak@debian.org>
Fri, 30 Oct 2015 13:20:11 +0000 (14:20 +0100)
commit1843d82ff5f8712778062cc08ed991e1dee42b6e
tree19acc1964eb68fe7e008fe5e23d9ce99f00625ce
parent308d0cf53f4b7ad1750fb1efb42b908c8e336b9f
aptconfiguration: Convert strtok() to strtok_r()

strtok() is not thread-safe, whereas strtok_r() is.

Gbp-Dch: ignore
apt-pkg/aptconfiguration.cc