]> git.sur5r.net Git - i3/i3/commit
use getpwuid() to resolve ~ in socket paths instead of glob()
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 9 Jun 2010 22:18:50 +0000 (00:18 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 19 Aug 2017 16:13:19 +0000 (18:13 +0200)
commit192ef6a827fb1f5385c82d8ada4cee602ae848dc
treeb54491079c644cc662c384433f6a6b9df0cad55f
parente6568648386348ba29f0f36654163eeb0db1d89e
use getpwuid() to resolve ~ in socket paths instead of glob()

This fixes a warning about using a tainted variable (broke the
tests with newer perl versions).
lib/AnyEvent/I3.pm