MikoĊaj Zalewski mikolaj@zalewski.pl writes:
These patches tries to correct some bugs in header notification messages. This patch adds some buffers that will be used for ANSI/Unicode convertions.
It seems a bit wasteful to always keep large buffers around, especially since in many cases they won't even get used. Allocating and freeing them as needed would be preferable IMO.