Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date: Mon, 4 Jan 2016 02:09:44 +0300
From: Alexander Cherepanov <ch3root@...nwall.com>
To: musl@...ts.openwall.com
Subject: [PATCH] fix use of pointer after free in unsetenv

Hi!

The code in [1] uses a pointer which was freed and hence has an 
indeterminate value. Patch attached.

[1] http://git.musl-libc.org/cgit/musl/tree/src/env/unsetenv.c#n23

-- 
Alexander Cherepanov

View attachment "0001-fix-use-of-pointer-after-free-in-unsetenv.patch" of type "text/x-patch" (899 bytes)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.