]> 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>
Wed, 9 Jun 2010 22:18:50 +0000 (00:18 +0200)
commit72928beb2fd509dbcd9b7195d3af192142812d50
treea091a5fa9688ad5a9aee5c6f23e973cc67ce1480
parent18c4293537be49d8cb759d9d134f015ee6a72327
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