A Famous Security Bug

Liste des GroupesRevenir à l c 
Sujet : A Famous Security Bug
De : ram (at) *nospam* zedat.fu-berlin.de (Stefan Ram)
Groupes : comp.lang.c
Date : 20. Mar 2024, 19:18:37
Autres entêtes
Organisation : Stefan Ram
Message-ID : <bug-20240320191736@ram.dialup.fu-berlin.de>
  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.)

Date Sujet#  Auteur
20 Mar 24 * A Famous Security Bug3Stefan Ram
27 Mar 24 `* Re: A Famous Security Bug2Stefan Ram
27 Mar 24  `- Re: A Famous Security Bug1Stefan Ram

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal