Liste des Groupes | Revenir à c arch |
Bernd Linsel <bl1-thispartdoesnotbelonghere@gmx.com> schrieb:The clang/gcc maintainers' POV violates the first part of Postel's Law:>
>Be liberal in what you accept, and conservative in what you send.>
Life would be a lot easier if they just provided a -WUB option that
warns and explains *any* construct that the compiler may regard as UB.
Maybe a bit more elaborate:
>
#include <stdio.h>
>
int main()
{
int i;
sscanf("%d", &i);
Les messages affichés proviennent d'usenet.