Skip to content
Snippets Groups Projects
Select Git revision
  • e2a6496104b8d066a85fa2d28b71843f4567031c
  • master default
  • feature_scripts
  • develop
  • feature_without_logging
  • feature_opc_server
  • feature_seperate_apps
  • fix_raspi_cmake
  • ss19 protected
  • ss20
10 results

SmartOpcServer.hpp

Blame
  • buffer-overflow-01.c 127 B
    #include <stdio.h>
    
    int main (void)
    {
      char buffer[20];
      gets (buffer);
      printf ("Guten Tag, %s!\n", buffer);
      return 0;
    }