]> git.sur5r.net Git - i3/i3/commit
Bugfix: Don’t crash when asprintf() can’t print the window name (Thanks ch3ka)
authorMichael Stapelberg <michael+git@stapelberg.de>
Tue, 28 Apr 2009 20:41:00 +0000 (22:41 +0200)
committerMichael Stapelberg <michael+git@stapelberg.de>
Tue, 28 Apr 2009 20:41:00 +0000 (22:41 +0200)
commitc689b93bce30afda8881746b4a0195452b74d8fc
tree313936843ffec861c664a23466b3686bdf9dcc25
parentfdf639ed1df627b8ac8f1fd5fa287f1f559d1704
Bugfix: Don’t crash when asprintf() can’t print the window name (Thanks ch3ka)

Apparantly, under some conditions (using LANG=en_US.UTF-8, other locale
variables unset), asprintf() says "Invalid or incomplete multibyte or
wide character" when given a string in COMPOUND_TEXT encoding.

For now, we properly handle asprintf-errors (this should have been
before), but there might be a better solution.
src/handlers.c