Package: libc6
Version: 2.1.3-10
Severity: normal

Quite a few obstack_* functions that read an existing byte array should use
const void * and not void *.  For example, we should have

void obstack_grow (struct obstack *obstack, const void *data, int size);

and not

void obstack_grow (struct obstack *obstack, void *data, int size);

-- System Information
Debian Release: 2.2
Kernel Version: Linux gondor 2.2.12 #2 Sat Sep 18 12:11:40 EST 1999 i586 unknown

Versions of the packages libc6 depends on:
ii  ldso           1.9.11-9       The Linux dynamic linker, library and utilit


--  
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to