Slashdot Mirror


User: gskc

gskc's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. link to NYT article on P2P Spam? · · Score: 2, Informative

    here is the actual article

  2. Re:Small error in the examples... on OpenSSH Patch Extends Tunneling Under OpenBSD · · Score: 1
    Actually there is an bug in their patch too! Here is my patch to their patch for ssh.c :)

    - options.gateway_addr = malloc(strlen(optarg));
    + options.gateway_addr = malloc(1 + strlen(optarg));
    sprintf(options.gateway_addr,"%s",optarg);

    You never know, this could lead to a buffer overrun and a possible exploit (options.gateway_addr is last seen going into getaddrinfo(...) ).

  3. Re:Well, on Belgium Rolls Out Java ID Cards · · Score: 1

    Having physical ownership of a smart card probably doesn't enable you to go around using the card (even if the picture on the card resembles you very closely) -- you'd need to know the PIN stored in the card in order to go around signing digital documents, or making purchases. Furthermore, there is the mechanism for cardowners to get their ID card revoked when they discover that it is missing just like for credit cards. There is a .pdf white paper for these European electronic ID cards here