[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8685) Invalid memory access



Full_Name: Breno Leitao
Version: upstream
OS: Debian
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (32.104.18.202)


Currently, do_random() function in tests/progs/slapd-mtread.c uses a random
number (upto RAND_MAX) to access an array that is much smaller than RAND_MAX,
causing a segfault.

This causes a segmentation fault and more details could be found at
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=866122