Email or username:

Password:

Forgot your password?
Top-level
mirabilos

@vitaut

1. if it’s not NUL-terminated (NUL, not null, damnit!), it’s not a string, and you have to use memcpy and friends
2. if you’re getting an opinion only after reading an (old) post from Drepper… you have a problem with assigning proper trustlevels to sources

2 comments
ari :prideified:

@mirabilos @vitaut it's only a string if it can cleanly handle unicode text and knows its length. otherwise it's just sparkling bag of bytes /hj

Go Up