diff options
author | cos <cos> | 2012-12-16 11:19:04 +0100 |
---|---|---|
committer | cos <cos> | 2012-12-16 19:13:49 +0100 |
commit | 42ae327b55c8827142000952ebd2487624908989 (patch) | |
tree | 3bf5f005bb22b8fcbeb35aecb74a69089feff070 /debian/ratpoison.watch | |
parent | 9d1edbd9c618b063a4baae39a82a81da236ea72f (diff) | |
download | ratpoison-42ae327b55c8827142000952ebd2487624908989.zip |
Remove memory corruption bug.fix/unsetenv_memory_corruption
Fix regression from commit a2aeb846.
Providing putenv() a variable suffixed by an equal sign with glibc, puts the
pointer of the empty string as the value of the variable. When dereferencing
the empty string, strange things happen. I doubt the OpenBSD implementation has
a severely different API, but have not verified this.
From putenv()'s manpage in Debian, it is easy to get the impression that it is
a good idea to have putenv() handling all environment variable manipulation
when using glibc. According to OpenBSD's manpage, putenv() is merely an alias
for setenv() with arguments.
The best we can do is having putenv() removing the variable on platforms where
that is possible & calling unsetenv() on OpenBSD (+ other unknown platforms).
Diffstat (limited to 'debian/ratpoison.watch')
0 files changed, 0 insertions, 0 deletions