Displaying 2 results from an estimated 2 matches for "moocow".
Did you mean:
amoocon
2004 Jun 23
1
New VM feature: broadcast and delete=yes
...other mailboxes, the original email is
deleted.
Example 2:
1236 => 4242,Sales Trainee,trainee@localhost,,cc=8000
This entry creates a mailbox for a trainee, whose incoming messages are
to
be copied to user mailbox 8000 (presumably the sales trainer).
Example 3:
1237 => 4242,VM via Email,moocow@hotmail.com,,delete=1
This entry allows voicemail to be attached and sent to moocow@hotmail.com
and the original voicemail subsequently deleted.
2016 Jan 13
2
Possible failure to scrub data in file 'openbsd-compat/bsd-cray.c' in OpenSSH-7.1p1
...;;
ue[0] = '\0'; /* set this to NULL */
printf("Contents of char ue[0] is: %s\n", ue);
printf("Contents of char ue[1-36] is:");
for (n = 1; n < 36; n++)
printf("%c", ue[n]);
printf("\n");
return 0;
}
[bill at moocow ~]$ ./a.out
Contents of char ue[0] is:
Contents of char ue[1-36] is:BCDEFGHIJKLMNPOQRSTUVWXYZ0123456789
As you can see, data beyond ue[0] is still accessible, should the
code not be changed to use memset() to scrub any sensitive information
still stored in various arrays in IA_BACKDOOR (and perhap...