lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20030414071232.28481.qmail@inbox.net> From: trpz at broken.org (n d) Subject: linux type definitions hi, i was wondering why pid_t and size_t are defined as signed integers? im not too sure that a process id can be negative. and if strlen returns a 16-bit signed integer what would happen if strlen was passed a string with a size of 34000?