diff options
author | Rich Felker <dalias@aerifal.cx> | 2013-06-16 10:39:02 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2013-06-16 10:39:02 -0400 |
commit | a494171a5a2778fc7b4d24d673d950f3e9864063 (patch) | |
tree | b455cb07f90415da4f9307058a1ace8886fcbe9b /src/math/logf.c | |
parent | 8600849d74ddd1fca8eba467af5c04c18731ba49 (diff) | |
download | musl-a494171a5a2778fc7b4d24d673d950f3e9864063.tar.gz musl-a494171a5a2778fc7b4d24d673d950f3e9864063.tar.xz musl-a494171a5a2778fc7b4d24d673d950f3e9864063.zip |
fix invalid access in aio notification
issue found and patch provided by Jens Gustedt. after the atomic store to the error code field of the aiocb, the application is permitted to free or reuse the storage, so further access is invalid. instead, use the local copy that was already made.
Diffstat (limited to 'src/math/logf.c')
0 files changed, 0 insertions, 0 deletions