reassign 496763 libc6-dev
thanks
cstring is a wrapper around string.h, the definitions are found there.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Package: g++-4.3
Version: 4.3.1-5
Severity: normal
Hi,
I recently run into a bug with the following code (simplified to the
essentials):
#include
void foo(const char *path) {
char *filename = rindex(path, '/');
*filename = 0;
++filename;
}
This clearly violates the constness of path but
2 matches
Mail list logo