Skip to content
Commit 4d544244 authored by Paul Pluzhnikov's avatar Paul Pluzhnikov Committed by Mike Frysinger
Browse files

CVE-2015-1472: wscanf allocates too little memory

BZ #16618

Under certain conditions wscanf can allocate too little memory for the
to-be-scanned arguments and overflow the allocated buffer.  The
implementation now correctly computes the required buffer size when
using malloc.

A regression test was added to tst-sscanf.

(cherry picked from commit 5bd80bfe)

Conflicts:
	ChangeLog
	NEWS
parent 1bf9d48a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment