Skip to content
Commit b264bc08 authored by Paul Pluzhnikov's avatar Paul Pluzhnikov Committed by Adhemerval Zanella
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.

Conflicts:
	ChangeLog
	NEWS
parent 26268299
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