Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.c > #383808
| From | ram@zedat.fu-berlin.de (Stefan Ram) |
|---|---|
| Newsgroups | comp.lang.c |
| Subject | A Famous Security Bug |
| Date | 2024-03-20 18:18 +0000 |
| Organization | Stefan Ram |
| Message-ID | <bug-20240320191736@ram.dialup.fu-berlin.de> (permalink) |
A "famous security bug":
void f( void )
{ char buffer[ MAX ];
/* . . . */
memset( buffer, 0, sizeof( buffer )); }
. Can you see what the bug is?
(I have already read the answer; I post it as a pastime.)
Back to comp.lang.c | Previous | Next | Find similar
csiph-web