[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#68918: libc6: obstack_* should use const void * when possible



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



Reply to: