Re: Radiohead lyrics in Oracle RDBMS code

From: Gus Spier <gus.spier_at_gmail.com>
Date: Mon, 25 Jan 2010 10:29:49 -0500
Message-ID: <6d3967611001250729lf9c45d6s68be7c1ade08903c_at_mail.gmail.com>



What chain of events led you to stumble over this?

r,

Gus

On Mon, Jan 25, 2010 at 3:16 AM, Dennis Yurichev <dennis_at_conus.info> wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Hi.
>
> strings oracle.exe | grep radiohead
>
> Starting at least at 10.2.0.1, function kfasSelfTest_update() (located
> in kfas.o) use Radiohead lyrics to test... something related to ASM
> probably.
>
> Schematic pseudocode:
>
> #define STRING "I'm a creep, I'm a winner, what the hell am I doing
> here.I don't belong here - radiohead"
>
> kfasSelfTest_update()
> {
> kfasOpen (...);
> somestruct.somevalue=STRING;
> kfasUpdate (somestruct);
> kfasClose (...);
> newstruct=kfasOpen (...);
> if (strncmp (newstruct.somevalue, STRING, ...)!=0)
> {
> // raise error 99999?
> kserec1(99999, 1, ...);
> kserec2(99999, 1, ..., STRING, 1, ...);
> return 0;
> };
> kfasClose (...);
> return 1;
> };
>
> - --
> My PGP public key: http://yurichev.com/dennis.yurichev.asc
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.10 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAktdU1kACgkQ1YPmFmJG++OphwCgyMwyRlBa+/3SKXv7HXzCsOjG
> pQYAoNLryKAC872uwJKK2k8vapk/24zs
> =LRVc
> -----END PGP SIGNATURE-----
> --
> http://www.freelists.org/webpage/oracle-l
>
>
>

--
http://www.freelists.org/webpage/oracle-l
Received on Mon Jan 25 2010 - 09:29:49 CST

Original text of this message