Re: Memset(x,y,0) bugs in Owl-3.0
Vasiliy Kulikov <[email protected]> Wed, 9 Feb 2011 23:46:06 +0300
| Newsgroups | gmane.linux.openwall.user |
|---|---|
| Message-ID | <20110209204604.GA1691@albatros> |
Hi Silvio, Thank you for reporting these! On Sat, Feb 05, 2011 at 12:49 +1100, Silvio Cesare wrote: > ./rpm-4.2/db/btree/bt_open.c: memset(buf, dbp->pgsize, 0); > ./rpm-4.2/db/hash/hash_open.c: memset(buf, dbp->pgsize, 0); > ./slang-1.4.6/demo/pager.c: memset ((char *) line, sizeof > (File_Line_Type), 0); We don't actually ship this code - the first two are used only in debug builds and the third is a sample which is not included into our rpm package. However, thanks for spotting it. Feel free to contact us if you discover anything else in future. -- Vasiliy