summaryrefslogtreecommitdiff
path: root/WHATSNEW
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2014-06-06 18:45:24 -0400
committerRich Felker <dalias@aerifal.cx>2014-06-06 18:45:24 -0400
commit30bd499ae1f62e9d2fad4282d42057083709e0eb (patch)
tree753e81a87837f223d67b6f422055e59ad770506f /WHATSNEW
parent309cfa4f2c3a5596a024d0bff7bba326382884b4 (diff)
downloadmusl-1.0.3.tar.gz
release 1.0.3v1.0.3
Diffstat (limited to 'WHATSNEW')
-rw-r--r--WHATSNEW16
1 files changed, 16 insertions, 0 deletions
diff --git a/WHATSNEW b/WHATSNEW
index 89ab5c09..c071bb31 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -1221,3 +1221,19 @@ compatibility:
arch-specific bugs fixed:
- misdetection of superh ABI variant by configure on gcc 3.x
- missing SO_RCVBUFFORCE and SO_SNDBUFFORCE in mips socket.h
+
+
+
+1.0.3 release notes
+
+bugs fixed:
+- buffer overflow in dns response parsing (CVE-2014-3484)
+- possible infinite loop in dns response parsing
+- fix multiple validation issues in dns response label parsing
+- sendfile off_t 32/64-bit size mismatch
+- incorrect end pointer in some cases when wcsrtombs stops early
+- incorrect if_nametoindex return value when interface does not exist
+- dummy "ent" function aliases that possibly shadowed real ones
+
+arch-specific bugs fixed:
+- broken kernel side RLIM_INFINITY on mips